Sha256: 7966738d75791d22b7a63b00c6e9247d6b5e7110951a726a097b5d0a00566c58

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

class User < ActiveRecord::Base
  # scope :latest, lambda {|param| where(:created_at.gt => param)}
  belongs_to :role
  
  # netzke_attribute :first_name, :editor => {:xtype => "combobox"}
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
netzke-basepack-0.6.0 test/rails_app/app/models/user.rb