Sha256: 6d824a39f7d4ffb39113c53fc394acc1d4f8d7ca30fa45eae2f99b6e5df12361
Contents?: true
Size: 191 Bytes
Versions: 8
Compression:
Stored size: 191 Bytes
Contents
class Category < ActiveRecord::Base has_dynamic_attributes :definition => true has_many :pages def definition_attributes=(new_attributes) add_definitions(new_attributes) end end
Version data entries
8 entries across 8 versions & 1 rubygems