Class: FlightSeatClass

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
Earth::Model
Defined in:
lib/earth/air/flight_seat_class.rb

Constant Summary collapse

TABLE_STRUCTURE =
<<-EOS

CREATE TABLE flight_seat_classes
  (
     name CHARACTER VARYING(255) NOT NULL PRIMARY KEY
  );

EOS

Method Summary

Methods included from Earth::Model

extend_mining, extended, registry