FIX excute homes migration bug
This commit is contained in:
parent
a34140e19b
commit
f9a01ac7cc
|
@ -7,7 +7,7 @@ class Home < ActiveRecord::Base
|
|||
validates_presence_of :name, :content, :frendly_id
|
||||
validates_format_of :friendly_id, :with => /\A[a-z0-9\-]+\z/
|
||||
|
||||
before_validation :generate_friendly_id, :on => :create
|
||||
# before_validation :generate_friendly_id, :on => :create
|
||||
|
||||
def more_content?
|
||||
content.html_safe.length > Home::SHOW_CONTENT_LENGTH
|
||||
|
|
Loading…
Reference in New Issue