Class: CommercialBuildingEnergyConsumptionSurveyResponse

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/earth/hospitality/commercial_building_energy_consumption_survey_response.rb

Class Method Summary collapse

Class Method Details

.lodging_recordsObject



5
6
7
# File 'lib/earth/hospitality/commercial_building_energy_consumption_survey_response.rb', line 5

def self.lodging_records
  where(:detailed_activity => ['Hotel', 'Motel or inn'], :first_activity => nil)
end