This example is better for guides and gem/plugins docs

This commit is contained in:
Santiago Pastorino 2010-07-20 17:02:37 -03:00 committed by Jeremy Kemper
parent d4151d7f0a
commit 6ce761c8d9
1 changed files with 0 additions and 7 deletions

View File

@ -46,13 +46,6 @@ module <%= app_const_base %>
# config.action_view.javascript_expansions[:defaults] = %w(jquery rails)
<% end -%>
# Configure generators values. Many other options are available, be sure to check the documentation.
# config.generators do |g|
# g.orm :active_record
# g.template_engine :erb
# g.test_framework :test_unit, :fixture => true
# end
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"