mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixing two minor errors in Rails::Generators::Actions initializer method comments
[#5771 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
committed by
Santiago Pastorino
parent
067c1aa0e0
commit
b439c14516
@@ -187,8 +187,8 @@ module Rails
|
||||
# initializer("globals.rb") do
|
||||
# data = ""
|
||||
#
|
||||
# ['MY_WORK', 'ADMINS', 'BEST_COMPANY_EVAR'].each do
|
||||
# data << "#{const} = :entp"
|
||||
# ['MY_WORK', 'ADMINS', 'BEST_COMPANY_EVAR'].each do |const|
|
||||
# data << "#{const} = :entp\n"
|
||||
# end
|
||||
#
|
||||
# data
|
||||
|
||||
Reference in New Issue
Block a user