Method: ProfilesController#entries
- Defined in:
- app/controllers/profiles_controller.rb
#entries ⇒ Object
get /u/:slug/entries
9 10 11 |
# File 'app/controllers/profiles_controller.rb', line 9 def entries @collection = Post.of_type('blog_post').owned_by(@entity).page_for_visitors(current_page) end |