Sha256: 0e5391b5ffc5edc3c27cb856163abdd1c7daf07201e7e247abf8d12f483911ee

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

class Post < ActiveRecord::Base
  
  has_custom_field_behavior
  
  validates_presence_of :intro, :message => "can't be blank", :on => :create
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
has_custom_fields-0.0.5 spec/fixtures/post.rb
has_custom_fields-0.0.4 spec/fixtures/post.rb
has_custom_fields-0.0.3 spec/fixtures/post.rb
has_custom_fields-0.0.2 spec/fixtures/post.rb
has_custom_fields-0.0.1 spec/fixtures/post.rb