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.
1 parent f2a4b2a commit 3edd810Copy full SHA for 3edd810
lib/generators/annotate/templates/auto_annotate_models.rake
@@ -2,6 +2,7 @@
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?
5
+ require 'annotate'
6
task :set_annotation_options do
7
# You can override any of these by setting an environment variable of the
8
# same name.
0 commit comments