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

- old
+ new

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