lib/generators/syncano/install_generator.rb in syncano-3.1.1.beta3 vs lib/generators/syncano/install_generator.rb in syncano-3.1.1.beta4
- old
+ new
@@ -1,5 +1,5 @@
-module Syncano
+class Syncano
# Module for generators used implemented in the gem
module Generators
# Install generator used for initializing gem in a Rails application
class InstallGenerator < Rails::Generators::Base
source_root File.expand_path("../templates", __FILE__)
\ No newline at end of file