lib/shelly/app.rb in shelly-0.1.4.pre vs lib/shelly/app.rb in shelly-0.1.4.pre2

- old
+ new

@@ -75,11 +75,11 @@ def deploy_log(log) shelly.deploy_log(code_name, log) end - def application_logs - shelly.application_logs(code_name) + def application_logs(options = {}) + shelly.application_logs(code_name, options) end def database_backups shelly.database_backups(code_name).map do |attributes| Shelly::Backup.new(attributes.merge("code_name" => code_name))