Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Forked from wethu/helper.rb
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save tbuehlmann/7fc753da3f6abca117c1 to your computer and use it in GitHub Desktop.

Select an option

Save tbuehlmann/7fc753da3f6abca117c1 to your computer and use it in GitHub Desktop.
def form_for_login(&block)
form_for(resource,
as: resource_name,
url: session_path(resource_name),
html: {
class: 'navbar-form navbar-right',
role: 'login'
}, &block)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment