Sha256: b5d8b350717e7fc5f19031e898561b189fc775df6116ef870d2c08cd34b40dce

Contents?: true

Size: 223 Bytes

Versions: 4

Compression:

Stored size: 223 Bytes

Contents

class Users::SessionsController < Janus::SessionsController
  respond_to :html

  def after_sign_in_url(user)
    user_url
  end

  def valid_remote_host?(host)
    ['www.example.com', 'test.host'].include?(host)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
janus-0.9.0 test/rails_app/app/controllers/users/sessions_controller.rb
janus-0.8.1 test/rails_app/app/controllers/users/sessions_controller.rb
janus-0.8.0 test/rails_app/app/controllers/users/sessions_controller.rb
janus-0.5.0 test/rails_app/app/controllers/users/sessions_controller.rb