Skip to content

Commit

Permalink
Fixes missing comma in seeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Yurkowski committed Mar 5, 2012
1 parent f95cf7e commit 75d0f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
page = ::Refinery::Page.create(
:title => 'Portfolio',
:link_url => url,
:deletable => false
:deletable => false,
:menu_match => "^#{url}(\/|\/.+?|)$"
)
Refinery::Pages.default_parts.each do |default_page_part|
Expand Down

0 comments on commit 75d0f2b

Please sign in to comment.