Skip to content

Commit

Permalink
Fix small doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 8, 2011
1 parent a673cde commit 9ca153f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/refinerycms
Expand Up @@ -54,7 +54,7 @@ module Refinery
puts "To update your application:"
puts "- Change the version of the 'refinerycms' gem in your Gemfile."
puts "- Run bundle install"
puts "- Run rake refinery:update"
puts "- Run rails generate refinerycms --update"
puts "\n"
exit(1)
end
Expand Down
2 changes: 1 addition & 1 deletion core/app/views/shared/_menu.html.erb
Expand Up @@ -6,7 +6,7 @@
collection ||= @menu_pages.includes(:slugs)
if (roots ||= collection.select{|p| p.parent_id.nil?}).present?
# In order to match items that aren't shown in menu and highlight their associations.
# This can be supplied if the logic different in your case.
# This can be supplied if the logic is different in your case.
unless defined?(selected_item)
selected_item = collection.detect{|page| selected_page?(page)}
selected_item = @page if selected_item.nil?
Expand Down

0 comments on commit 9ca153f

Please sign in to comment.