Skip to content

Commit

Permalink
#fix uninitialized constant Rails::Generators::NamedBase as (this post)[
Browse files Browse the repository at this point in the history
  • Loading branch information
blanks88 committed May 4, 2020
1 parent 268fa56 commit cb2c4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/idg/api/generators/idg/idg_generator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rails/generators/rails/scaffold_controller/scaffold_controller_generator'
require 'rails/generators'
require 'rails/generators/rails/scaffold_controller/scaffold_controller_generator'

class IdgGenerator < Rails::Generators::ScaffoldControllerGenerator
class IDGGenerator < Rails::Generators::ScaffoldControllerGenerator
# source_root File.expand_path('templates', __dir__)


Expand Down
2 changes: 1 addition & 1 deletion lib/idg/api/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Idg
module Api
module Rails
VERSION = '0.1.6'
VERSION = '0.1.7'
end
end
end

0 comments on commit cb2c4be

Please sign in to comment.