Class: Industry
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Industry
- Extended by:
- Earth::Base
- Defined in:
- lib/earth/industry/industry.rb
Class Method Summary collapse
Methods included from Earth::Base
Class Method Details
.schema_definition ⇒ Object
13 14 15 16 17 18 |
# File 'lib/earth/industry/industry.rb', line 13 def self.schema_definition lambda do string 'naics_code' string 'description' end end |