Skip to content

Commit

Permalink
Moved init to rails/init.
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Clarke committed Dec 12, 2008
1 parent b27568e commit cce986b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Manifest.txt
Expand Up @@ -5,11 +5,11 @@ README.rdoc
Rakefile
generators/friendly_id_migration/friendly_id_migration_generator.rb
generators/friendly_id_migration/templates/create_slugs.rb
init.rb
install.rb
lib/friendly_id.rb
lib/friendly_id/version.rb
lib/slug.rb
rails/init.rb
tasks/friendly_id_tasks.rake
test/database.yml
test/debug.log
Expand Down
2 changes: 0 additions & 2 deletions init.rb

This file was deleted.

2 changes: 2 additions & 0 deletions rails/init.rb
@@ -0,0 +1,2 @@
require 'iconv'
require 'friendly_id'

0 comments on commit cce986b

Please sign in to comment.