Module: LinkedinSignIn::ButtonHelper
- Defined in:
- app/helpers/linkedin_sign_in/button_helper.rb
Instance Method Summary collapse
Instance Method Details
#linkedin_sign_in_button(text = nil, proceed_to:, **options, &block) ⇒ Object
2 3 4 5 6 |
# File 'app/helpers/linkedin_sign_in/button_helper.rb', line 2 def (text = nil, proceed_to:, **, &block) form_with url: linkedin_sign_in., local: true do hidden_field_tag(:proceed_to, proceed_to, id: nil) + (text, name: nil, **, &block) end end |