app/controllers/authentifyd/sessions_controller.rb in authentifyd-0.1.0.2 vs app/controllers/authentifyd/sessions_controller.rb in authentifyd-0.1.0.3

- old
+ new

@@ -1,8 +1,8 @@ class Authentifyd::SessionsController < Devise::SessionsController include Localyzed::LocalyzedController helper Authentifyd::ApplicationHelper - layout "authentifyd/application" + layout Authentifyd.custom_layout || 'authentifyd/application' # before_filter :define_body_class before_filter :define_body_class private \ No newline at end of file