Sha256: 77318cab3ec54642678dbb42bda58040e65e192202ef43aefb73d753e2f8c33c
Contents?: true
Size: 206 Bytes
Versions: 28
Compression:
Stored size: 206 Bytes
Contents
class Event < ActiveRecord::Base validates_presence_of :name belongs_to :location def self.alchemy_resource_relations { location: {attr_method: 'name', attr_type: 'string'} } end end
Version data entries
28 entries across 28 versions & 2 rubygems