Skip to content

Commit

Permalink
Remove unused cargo culted generator method
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jun 23, 2012
1 parent 8e08cbf commit aad2db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/validates_timeliness/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module Generators
class InstallGenerator < Rails::Generators::Base
desc "Copy ValidatesTimeliness default files"
source_root File.expand_path('../templates', __FILE__)
class_option :template_engine

def copy_initializers
copy_file 'validates_timeliness.rb', 'config/initializers/validates_timeliness.rb'
Expand Down

0 comments on commit aad2db8

Please sign in to comment.