Skip to content

Commit 6732928

Browse files
committed
wip
1 parent cc923d7 commit 6732928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/generators/draft/devise/devise_generator.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
module Draft
66
class DeviseGenerator < Rails::Generators::NamedBase
7+
source_root File.expand_path("../templates", __FILE__)
8+
79
argument :attributes, type: :array, default: [],
810
banner: "field:type field:type"
911
class_option :with_sentinels, type: :boolean, default: false, desc: "Skip adding comments to generated files"

0 commit comments

Comments
 (0)