lib/recurly/plan.rb in recurly-0.1.0 vs lib/recurly/plan.rb in recurly-0.1.1

- old
+ new

@@ -1,5 +1,9 @@ module Recurly class Plan < RecurlyBase self.element_name = "plan" + + def to_param + self.plan_code + end end end \ No newline at end of file