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 cc923d7 commit 6732928Copy full SHA for 6732928
lib/generators/draft/devise/devise_generator.rb
@@ -4,6 +4,8 @@
4
5
module Draft
6
class DeviseGenerator < Rails::Generators::NamedBase
7
+ source_root File.expand_path("../templates", __FILE__)
8
+
9
argument :attributes, type: :array, default: [],
10
banner: "field:type field:type"
11
class_option :with_sentinels, type: :boolean, default: false, desc: "Skip adding comments to generated files"
0 commit comments