Method: RootController#index
- Defined in:
- app/controllers/root_controller.rb
#index ⇒ Object
6 7 8 9 10 11 12 |
# File 'app/controllers/root_controller.rb', line 6 def index current_user.try(:update_last_seen_activity, "sieht sich die Startseite an", @page) @navable = @page @blog_entries = @page.blog_entries render "pages/show" end |