Class: Chouette::Company
- Inherits:
-
TridentActiveRecord
- Object
- ActiveRecord::Base
- ActiveRecord
- TridentActiveRecord
- Chouette::Company
- Defined in:
- app/models/chouette/company.rb
Class Method Summary collapse
Methods inherited from TridentActiveRecord
#build_objectid, #clean_object_id, #default_values, #fix_uniq_objectid, model_name, object_id_key, #objectid, #objectid_format_compliance, #prefix, #prepare_auto_columns, #reset_auto_columns, #timestamp_attributes_for_create, #timestamp_attributes_for_update, #uniq_objectid
Methods inherited from ActiveRecord
#human_attribute_name, #nil_if_blank
Class Method Details
.nullable_attributes ⇒ Object
14 15 16 |
# File 'app/models/chouette/company.rb', line 14 def self.nullable_attributes [:organizational_unit, :operating_department_name, :code, :phone, :fax, :email, :url, :time_zone] end |