Method: ApplicationHelper#generic_edit_link
- Defined in:
- app/helpers/application_helper.rb
#generic_edit_link(post) ⇒ String
Get a link to edit the specified post.
188 189 190 |
# File 'app/helpers/application_helper.rb', line 188 def generic_edit_link(post) edit_post_url(post) end |