Skip to content

Commit 4a19e8c

Browse files
authored
Moved Rails::Generators::Base from namespace
1 parent 201d96f commit 4a19e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/critical_path_css/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'rails/generators'
22

33
module CriticalPathCss
4-
class InstallGenerator < Rails::Generators::Base
4+
class InstallGenerator < ::Rails::Generators::Base
55
source_root File.expand_path('..', __FILE__)
66

77
# Copy the needed rake task for generating critical CSS

0 commit comments

Comments
 (0)