lib/cfoundry/v2/space.rb in cfoundry-0.3.6 vs lib/cfoundry/v2/space.rb in cfoundry-0.3.7
- old
+ new
@@ -1,8 +1,8 @@
require "cfoundry/v2/model"
module CFoundry::V2
- class AppSpace < Model
+ class Space < Model
attribute :name
to_one :organization
to_many :developers, :as => :user
to_many :managers, :as => :user
to_many :auditors, :as => :user