lib/shelly/app.rb in shelly-0.0.51 vs lib/shelly/app.rb in shelly-0.0.52
- old
+ new
@@ -181,7 +181,11 @@
end
def to_s
code_name
end
+
+ def edit_billing_url
+ "#{shelly.shellyapp_url}/apps/#{code_name}/billing/edit"
+ end
end
end