Skip to content

Commit

Permalink
Merge pull request #207 from azuchi/add-require-for-generators
Browse files Browse the repository at this point in the history
Add require for rails generator
  • Loading branch information
rantan authored Feb 3, 2025
2 parents 04276d5 + fcdc63b commit 759c373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/glueby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module Glueby

if defined? ::Rails::Railtie
require 'glueby/railtie'
require 'rails/generators'
end

module GluebyLogger
Expand Down

0 comments on commit 759c373

Please sign in to comment.