Skip to content

Commit 3edd810

Browse files
Sachin S Waghctran
authored andcommitted
Add require annotate. (#465)
1 parent f2a4b2a commit 3edd810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generators/annotate/templates/auto_annotate_models.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# NOTE: are sensitive to local FS writes, and besides -- it's just not proper
33
# NOTE: to have a dev-mode tool do its thing in production.
44
if Rails.env.development?
5+
require 'annotate'
56
task :set_annotation_options do
67
# You can override any of these by setting an environment variable of the
78
# same name.

0 commit comments

Comments
 (0)