source: RedSur/app/controllers/passwords_controller.rb @ 101698b

modelo_minuta
Last change on this file since 101698b was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 149 bytes
Line 
1class PasswordsController < Devise::PasswordsController
2  layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }
3end
Note: See TracBrowser for help on using the repository browser.