lib/generators/avo/templates/initializer/avo.tt in avo-1.2.11.pre.4 vs lib/generators/avo/templates/initializer/avo.tt in avo-1.3.0.pre.1

- old
+ new

@@ -27,29 +27,20 @@ # create: 'create?', # destroy: 'destroy?', # } ## == Localization == - # config.locale = 'en-US' ## == Customization == # config.app_name = 'Avocadelicious' + # config.locale = 'en-US' # config.timezone = 'UTC' # config.currency = 'USD' # config.per_page = 24 # config.per_page_steps = [12, 24, 48, 72] # config.via_per_page = 8 # config.default_view_type = :table # config.id_links_to_resource = false # config.full_width_container = false # config.full_width_index_view = false # config.cache_resources_on_index_view = true - - # Where should the user be redirected when he hits the `/<%= options[:path] %>` url - # config.home_path = nil - - ## == Breadcrumbs == - # config.display_breadcrumbs = true - # config.set_initial_breadcrumbs do - # add_breadcrumb "Home", '/<%= options[:path] %>' - # end end