lib/generators/rostra/templates/app/helpers/rostra/application_helper.rb in rostra-0.0.14 vs lib/generators/rostra/templates/app/helpers/rostra/application_helper.rb in rostra-0.0.15

- old
+ new

@@ -4,10 +4,10 @@ # # Include base helper methods required for Rostra views. You probably don't want to remove # this line but you can add/override rostra methods in this file. The helpers which you may # need to override are listed below. Just un-comment them and make changes. # - include Rostra::BaseHelper + include Rostra::Base::ApplicationHelper # If you want to user helper methods defined elsewhere in your app, you can include them here # as well. For example: # # include MainAppHelper