Skip to content

Instantly share code, notes, and snippets.

@wethu
Created September 28, 2014 13:44
Show Gist options
  • Select an option

  • Save wethu/ff7aa0f8eaa7f8aef36d to your computer and use it in GitHub Desktop.

Select an option

Save wethu/ff7aa0f8eaa7f8aef36d 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'}) do block
yield
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment