Daikini

We're human after all.

RoundHaus Plan Upgrades

Posted by Jonathan on November 30, 2007 at 09:50 AM

I’ve upgraded the plan project limits for RoundHaus. The breakdown is as follows:

bronze_plan.number_of_projects  # => 3
bronze_plan.update_attribute(:number_of_projects, 10)  # => true

silver_plan.number_of_projects  # => 10
silver_plan.update_attribute(:number_of_projects, 25)  # => true

gold_plan.number_of_projects  # => 30
gold_plan.update_attribute(:number_of_projects, 50)  # => true
Tags: roundhaus
Hierarchy: previous, next

Comments

There are 0 comments on this post. Post yours →

Post a comment

Required fields in bold.