lib/magellan/cli/resources/organization.rb in magellan-cli-0.2.19 vs lib/magellan/cli/resources/organization.rb in magellan-cli-0.3.0

- old
+ new

@@ -4,9 +4,10 @@ module Magellan module Cli module Resources class Organization < Base + include Deletable self.resource_key = "magellan~auth~organization" # self.field_associations = {"creator_id" => {name: "creator", class: "User"} } desc "create NAME", "Create a new #{resource_name} with NAME"