mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
This example is better for guides and gem/plugins docs
This commit is contained in:
parent
d4151d7f0a
commit
6ce761c8d9
1 changed files with 0 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue