Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
James OKelly committed Apr 14, 2011
1 parent fed5ee1 commit 811064d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.

This file was deleted.

11 changes: 11 additions & 0 deletions lib/generators/acts_as_suggestable/install_generator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module ActsAsSuggestable
module Generators
class InstallGenerator < Rails::Generator::Base
def manifest
record do |m|
m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "create_suggestables"
end
end
end
end
end

0 comments on commit 811064d

Please sign in to comment.