This commit is contained in:
Jasder 2019-10-16 17:50:17 +08:00
parent f9a01ac7cc
commit fb3eda8559
1 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,7 @@ class Home < ActiveRecord::Base
has_one :cover, as: :coverable, dependent: :destroy
has_many :banners, dependent: :destroy
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
validates_presence_of :name, :content
def more_content?
content.html_safe.length > Home::SHOW_CONTENT_LENGTH