Sha256: c3727e5b9a3c45cf9b3293af8b1e9917238cb8ff73372c2c642cc05820649f23

Contents?: true

Size: 593 Bytes

Versions: 30

Compression:

Stored size: 593 Bytes

Contents

class ApplicationWithFakeEngine < ApplicationController
  private

  helper_method :fake_engine
  def fake_engine
    @fake_engine ||= FakeEngine.new
  end
end

class FakeEngine
  def user_on_engine_confirmation_path
    '/user_on_engine/confirmation'
  end

  def new_user_on_engine_session_path
    '/user_on_engine/confirmation/new'
  end

  def new_user_on_engine_registration_path
    '/user_on_engine/registration/new'
  end

  def new_user_on_engine_password_path
    '/user_on_engine/password/new'
  end

  def new_user_on_engine_unlock_path
    '/user_on_engine/unlock/new'
  end
end

Version data entries

30 entries across 30 versions & 7 rubygems

Version Path
devise-4.3.0 test/rails_app/app/controllers/application_with_fake_engine.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/devise-4.2.1/test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.2.1 test/rails_app/app/controllers/application_with_fake_engine.rb
devise_openid_authenticatable-1.3.0 rails/app/controllers/application_with_fake_engine.rb
devise-4.2.0 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-3.5.10 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.0.3 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.1.1 test/rails_app/app/controllers/application_with_fake_engine.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/devise-4.1.0/test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.1.0 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-3.5.9 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.0.2 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.0.1 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-3.5.8 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-3.5.7 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.0.0 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.0.0.rc2 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-4.0.0.rc1 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-3.5.6 test/rails_app/app/controllers/application_with_fake_engine.rb
devise-3.5.5 test/rails_app/app/controllers/application_with_fake_engine.rb