Module: Devise::Capturable::Helpers
- Includes:
- ActionView::Helpers::UrlHelper
- Defined in:
- lib/devise_capturable/view_helpers.rb
Instance Method Summary collapse
Instance Method Details
#link_to_capturable(link_text, options = {}) ⇒ Object
11 12 13 14 |
# File 'lib/devise_capturable/view_helpers.rb', line 11 def link_to_capturable(link_text, ={}) = { :id => "capture_signin_link", :class => "capture_modal_open" }.merge() link_to(link_text, "#", ) end |