lib/shelly/app.rb in shelly-0.0.48.pre2 vs lib/shelly/app.rb in shelly-0.0.48.pre3

- old
+ new

@@ -1,7 +1,6 @@ require 'erb' -require 'launchy' require "shelly/backup" module Shelly class App < Model DATABASE_KINDS = %w(postgresql mongodb redis none) @@ -164,14 +163,9 @@ attributes["web_server_ip"] end def mail_server_ip attributes["mail_server_ip"] - end - - def open_billing_page - url = "#{shelly.shellyapp_url}/login?api_key=#{current_user.token}&return_to=/apps/#{code_name}/edit_billing" - Launchy.open(url) end def self.inside_git_repository? system("git status > /dev/null 2>&1") end