Class: LimitSection
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- LimitSection
- Defined in:
- app/models/limit_section.rb
Instance Method Summary collapse
Instance Method Details
#weight ⇒ Object
53 54 55 56 57 |
# File 'app/models/limit_section.rb', line 53 def weight return 3 unless terminal_profile_id.blank? return 2 unless agent_id.blank? return 1 end |