Skip to content

Commit

Permalink
Fix typo in seed
Browse files Browse the repository at this point in the history
#164, Thanks @sintro!
  • Loading branch information
bricesanchez committed Jun 10, 2016
1 parent 781c7fd commit 61069fe
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 @@ -16,7 +16,7 @@
)

::Refinery::Pages.default_parts.each do |default_page_part|
page.parts.create(title: default_page_part[:title], slug: default_page_part[:slig], body: nil)
page.parts.create(title: default_page_part[:title], slug: default_page_part[:slug], body: nil)
end
end
end

0 comments on commit 61069fe

Please sign in to comment.