Class: Marty::Diagnostic::Version
- Inherits:
-
Base
- Object
- ActiveRecord::Base
- Base
- Marty::Diagnostic::Version
- Defined in:
- lib/marty/diagnostic/version.rb
Class Method Summary collapse
Methods inherited from Base
get_final_attrs, get_struct_attrs, make_hash, make_openstruct, mcfly_pt
Methods inherited from ActiveRecord::Base
Class Method Details
.db_schema ⇒ Object
24 25 26 27 28 |
# File 'lib/marty/diagnostic/version.rb', line 24 def self.db_schema Database.db_schema rescue StandardError => e error(e.) end |