Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the map_posts utility function #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

book
Copy link
Collaborator

@book book commented May 27, 2016

The map_posts() utility in PearlBee::Helpers::Util takes a list of Post
objects and returns a list of hashes.

Most of the hash keys are simply the post attributes. The 'content' key,
which contained an excerpt of the post text is commented out.

If the first lines of a post are needed, they should be provided by
a method in PearlBee::Model::Schema::Result::Post.

The map_posts() utility in PearlBee::Helpers::Util takes a list of Post
objects and returns a list of hashes.

Most of the hash keys are simply the post attributes. The 'content' key,
which contained an excerpt of the post text is commented out.

If the first lines of a post are needed, they should be provided by
a method in PearlBee::Model::Schema::Result::Post.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant