app/controllers/hancock/sessions_controller.rb in hancock_cms-2.0.1.2 vs app/controllers/hancock/sessions_controller.rb in hancock_cms-2.0.1.3

- old
+ new

@@ -12,9 +12,9 @@ @recaptcha_error = "Вы робот?".freeze respond_with_navigational(resource) { render :new } end end end - + include Hancock::Decorators::Sessions end