Method: Protector::Adapters::Sequel::Model#creatable?

Defined in:
lib/protector/adapters/sequel/model.rb

#creatable?Boolean

Checks if current model can be created in the context of current subject



49
50
51
# File 'lib/protector/adapters/sequel/model.rb', line 49

def creatable?
  protector_meta.creatable? protector_changed(keys)
end