Method: OCms::Post#create_slug
- Defined in:
- app/models/o_cms/post.rb
#create_slug ⇒ Object
25 26 27 |
# File 'app/models/o_cms/post.rb', line 25 def create_slug self.slug = "#{title.parameterize}" if self.slug.blank? && self.title.present? end |