Skip to content

Commit

Permalink
Remove commented lines. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Feb 29, 2012
1 parent bb2f080 commit cf00cce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/app/models/refinery/page.rb
Expand Up @@ -30,10 +30,7 @@ class Page < Refinery::Core::BaseModel

# Docs for friendly_id http://github.com/norman/friendly_id
friendly_id :custom_slug_or_title, :use => [:reserved, :globalize, :scoped],
# :default_locale => (::Refinery::I18n.default_frontend_locale rescue :en),
:reserved_words => %w(index new session login logout users refinery admin images wymiframe),
# :approximate_ascii => Refinery::Pages.approximate_ascii,
# :strip_non_ascii => Refinery::Pages.strip_non_ascii,
:scope => :parent

# Docs for acts_as_indexed http://github.com/dougal/acts_as_indexed
Expand Down

0 comments on commit cf00cce

Please sign in to comment.