lib/generators/ecm/contact/install/templates/initializer.rb in ecm_contact2-5.0.1 vs lib/generators/ecm/contact/install/templates/initializer.rb in ecm_contact2-5.1.0

- old
+ new

@@ -53,12 +53,12 @@ # config.form_actions_wrapper_css_classes = 'controls form-actions well' # set the base controller for the contact form # - # Default: config.base_controller = 'ApplicationController' + # Default: config.base_controller = '<%= base_controller_class_name %>' # - config.base_controller = 'ApplicationController' + config.base_controller = '<%= base_controller_class_name %>' # Add additional information to the contact form. This will be printed # between the heading and the form. You should provide a proc, or # an object, that reponds to #call. The view ist provided as paramter. #