Skip to content

Commit

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

class IdgGenerator < Rails::Generators::ScaffoldControllerGenerator
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.5'
VERSION = '0.1.6'
end
end
end

0 comments on commit 268fa56

Please sign in to comment.