Skip to content

Commit

Permalink
Descending levels of abstraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Feb 7, 2012
1 parent eb731fe commit 4d49df3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.rb
Expand Up @@ -20,14 +20,14 @@


private private


def all_corgis
connect_to_s3
Bucket.objects('Corgi')
end

def connect_to_s3 def connect_to_s3
Base.establish_connection!( Base.establish_connection!(
:access_key_id => '', :access_key_id => '',
:secret_access_key => '' :secret_access_key => ''
) )
end end

def all_corgis
connect_to_s3
Bucket.objects('Corgi')
end

0 comments on commit 4d49df3

Please sign in to comment.