mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This example is better for guides and gem/plugins docs
This commit is contained in:
committed by
Jeremy Kemper
parent
d4151d7f0a
commit
6ce761c8d9
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user