Sha256: b83203cc91a8f0bcaa3fd42fe61265eee6c5b8940091dc2839c184fca4b4763e

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

# -*- coding: utf-8 -*-
class Product < ActiveRecord::Base
  has_many :orders

  selectable_attr :category_cd do
    entry '01', :book, '書籍'
    entry '02', :food, '食品'
    entry '03', :toy, 'おもちゃ'
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ar_finder_form-0.1.0 spec/resources/models/product.rb