We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (textile)
Spelling
typo
:delete is now the default method for sign-out - updated wording to reflect this.
Clarify optionality of :method => :delete on sign_out links
Revert 6aed473^ ... 6aed473 on How To: Add sign_in, sign_out, and sign_up links to your layout template
Eliminated redundancy of <li> tags
Revert ba1e92c9ee69495014621943ae3fa5b052cafea7^ ... ba1e92c9ee69495014621943ae3fa5b052cafea7
Destroyed How To: Add sign_in, sign_out, and sign_up links to your layout template (textile)
Revert ecf01d663cc1186525c90ee728fdcf838d5487aa^ ... ecf01d663cc1186525c90ee728fdcf838d5487aa
link_to error wrong method syntax corrected
Revert 4e39ff276f44599818f0bab25b63db7a71065325^ ... 4e39ff276f44599818f0bab25b63db7a71065325
Along with destroy_user_session_path we need to specify the :method as 'delete' otherwise it chooses GET HTTP verb and session does not delete.
standardizing names Updated Adding menu items with devise actions to your layout template (textile)