Sha256: 2a2fe21fcba39c41d1e8a87adc08cbe65a044353725162c9c2fd5bd2e705607d
Contents?: true
Size: 231 Bytes
Versions: 6
Compression:
Stored size: 231 Bytes
Contents
class Admins::SessionsController < Janus::SessionsController respond_to :html def after_sign_in_url(admin) root_url end # def valid_remote_host?(host) # ['www.example.com', 'test.host'].include?(host) # end end
Version data entries
6 entries across 6 versions & 1 rubygems