Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def fancy_link_to(title, url, *options)
- puts options.join(",")
- link_to title, url, :class=>"btn btn-large btn-primary", options.join(",")
- end
- ######## Caller Example ########
- <%= fancy_link_to('Destroy', [@owner, wall], method: :delete, data: { confirm: 'Are you sure?' } ) %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement