Sha256: 3cf3e2becc88bdebb7ccc1a9156bfb1ebcaff2a960a79803fae6f50c46960da1
Contents?: true
Size: 223 Bytes
Versions: 1
Compression:
Stored size: 223 Bytes
Contents
class User < ActiveRecord::Base include Cockpit cockpit "mongo" do appelation "Lance", :title => "First Name", :options => ["Lance", "Viatropos"] favorite do colors %w(red green blue) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cockpit-0.1.1 | test/lib/user.rb |