Sha256: 5f82c892b8ddeee3a0eb8ffb3c85dcf469c5de1575a4c7dd29543a99dce5e030

Contents?: true

Size: 361 Bytes

Versions: 8

Compression:

Stored size: 361 Bytes

Contents

class Authentifyd::SessionsController < Devise::SessionsController
  include Localyzed::LocalyzedController
  helper Authentifyd::ApplicationHelper
  layout "authentifyd/application"
  # before_filter :define_body_class

  before_filter :define_body_class
  private
  
  def define_body_class
    @body_class = "authentifyd_sessions_#{action_name}"
  end
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authentifyd-0.1.0.2 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.1.0.1 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.1.0 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.0.16 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.0.15 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.0.14 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.0.13 app/controllers/authentifyd/sessions_controller.rb
authentifyd-0.0.12 app/controllers/authentifyd/sessions_controller.rb