Sha256: 289ce04a3ff59abefdeae03445a79964f9308d947554505677f137fce34027ed
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
# Use this file to setup SimpleHelpers. require "simple_helpers" SimpleHelpers.configure do |config| # Helper methods that will be automatically # created in the controllers # config.helpers = [:page_title] # config.helpers will NOT be created automatically in these controllers # *** keep it empty if you would allow all controlers # example: [SessionsController] # config.except = [] # config.helpers will be created automatically in these controllers # *** keep it empty if you would allow all controlers # example: [PostsController] # config.only = [] # Options: # :pluralize => I18n pluralized helper names # [ :log, :pluralize ] # config.options = [ :log ] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple_helpers-1.0.0 | templates/initializer.rb |
simple_helpers-0.0.5 | templates/initializer.rb |
simple_helpers-0.0.4 | templates/initializer.rb |