class <%= class_name.pluralize %>::SessionsController < Janus::SessionsController respond_to :html # def after_sign_in_url(<%= singular_name %>) # profile_url(<%= singular_name %>) # end # def valid_remote_host?(host) # ['www.example.com', 'test.host'].include?(host) # end end