class FakeEngine

Public Instance Methods

new_user_on_engine_password_path() click to toggle source
# File test/rails_app/app/controllers/application_with_fake_engine.rb, line 23
def new_user_on_engine_password_path
  '/user_on_engine/password/new'
end
new_user_on_engine_registration_path() click to toggle source
# File test/rails_app/app/controllers/application_with_fake_engine.rb, line 19
def new_user_on_engine_registration_path
  '/user_on_engine/registration/new'
end
new_user_on_engine_session_path() click to toggle source
# File test/rails_app/app/controllers/application_with_fake_engine.rb, line 15
def new_user_on_engine_session_path
  '/user_on_engine/confirmation/new'
end
new_user_on_engine_unlock_path() click to toggle source
# File test/rails_app/app/controllers/application_with_fake_engine.rb, line 27
def new_user_on_engine_unlock_path
  '/user_on_engine/unlock/new'
end
user_on_engine_confirmation_path() click to toggle source
# File test/rails_app/app/controllers/application_with_fake_engine.rb, line 11
def user_on_engine_confirmation_path
  '/user_on_engine/confirmation'
end