lib/generators/templates/sessions_controller.erb in janus-0.8.1 vs lib/generators/templates/sessions_controller.erb in janus-0.9.0

- old
+ new

@@ -3,9 +3,13 @@ # def after_sign_in_url(<%= singular_name %>) # profile_url(<%= singular_name %>) # end + # def after_sign_out_url(<%= singular_name %>) + # profile_url(<%= singular_name %>) + # end + # def valid_remote_host?(host) # ['www.example.com', 'test.host'].include?(host) # end end