Sha256: 00b7908e39320810cabdbab9106f9be906f95a5f02b8a20109035a4cdb3715f1

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 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

2 entries across 2 versions & 1 rubygems

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