Sha256: 639476c7fbbb46549a343d8e6d14e3c053f54f32204a614ad619c88d71a4ae5c

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

module Locomotive
  class PasswordsController < ::Devise::PasswordsController

    include Locomotive::Routing::SiteDispatcher

    layout '/locomotive/layouts/not_logged_in'

    before_filter :require_site

    helper 'locomotive/base'

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc11 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc10 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc9 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc8 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc7 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc6 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc5 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc4 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc2 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.0.0.rc1 app/controllers/locomotive/passwords_controller.rb