Class: Top4R::Location
- Inherits:
-
Object
- Object
- Top4R::Location
- Includes:
- ModelMixin
- Defined in:
- lib/top4r/model/user.rb
Overview
Location Model
Constant Summary collapse
- @@ATTRIBUTES =
[:zip, :address, :city, :state, :country, :district]
Class Method Summary collapse
Methods included from ModelMixin
Class Method Details
.attributes ⇒ Object
38 39 40 |
# File 'lib/top4r/model/user.rb', line 38 def attributes @@ATTRIBUTES end |