Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporary create navigation file
  • Loading branch information
atd committed Jul 4, 2011
1 parent 6f497ce commit b4fef39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/generators/social_stream/base/install_generator.rb
Expand Up @@ -40,6 +40,10 @@ def create_application_layout
'app/views/layouts/application.html.erb'
end

def create_navigation_config
copy_file 'navigation.rb', 'config/navigation.rb'
end

def create_migration_file
require 'rake'
Rails.application.load_tasks
Expand Down
Empty file.

0 comments on commit b4fef39

Please sign in to comment.