Removed Calendar Module name from generator

This commit is contained in:
Saurabh Bhatia 2014-01-15 17:30:28 +08:00
parent 60b60ef1a1
commit b01815bb26
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Calendar::InstallGenerator < ::Rails::Generators::Base
class InstallGenerator < ::Rails::Generators::Base
include Rails::Generators::Migration
source_root File.expand_path('../templates', __FILE__)
desc "Installs Calendar Module for R4"