lib/dcmgr/models/frontend_system.rb in wakame-vdc-agents-11.06.0 vs lib/dcmgr/models/frontend_system.rb in wakame-vdc-agents-11.12.0
- old
+ new
@@ -3,15 +3,9 @@
module Dcmgr::Models
class FrontendSystem < BaseNew
plugin :single_table_inheritance, :kind
- inheritable_schema do
- String :kind, :null=>false
- String :key, :null=>false, :size=>40, :unique=>true
- String :credential
- end
-
def authenticate
raise NotImplementedError
end
class PassThru < FrontendSystem