We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805acf7 + 040dda4 commit e5196bcCopy full SHA for e5196bc
lib/generators/annotate/templates/auto_annotate_models.rake
@@ -1,7 +1,7 @@
1
# NOTE: only doing this in development as some production environments (Heroku)
2
# NOTE: are sensitive to local FS writes, and besides -- it's just not proper
3
# NOTE: to have a dev-mode tool do its thing in production.
4
-if(Rails.env.development?)
+if Rails.env.development?
5
task :set_annotation_options do
6
# You can override any of these by setting an environment variable of the
7
# same name.
0 commit comments