Method: FlyAdmin::Imbs::ApplicationHelper#news_item_link
- Defined in:
- app/helpers/fly_admin/imbs/application_helper.rb
#news_item_link(category, article) ⇒ Object
23 24 25 26 27 28 29 |
# File 'app/helpers/fly_admin/imbs/application_helper.rb', line 23 def news_item_link(category, article) if user_signed_in? category_article_path(category, article) else category_start_path(category, article) end end |