Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. module Administration::ReportsHelper
  2.  
  3. def add_reason_link(name)
  4. link_to_function name do |page|
  5. page.insert_html :bottom, :reasons, :partial => 'reason', :object => Reason.new
  6. end
  7. end
  8.  
  9. end
Add Comment
Please, Sign In to add comment