Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Apr 18, 2009
1 parent f2a4739 commit 3ab7920
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/twicture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ class Status < ActiveRecord::Base
before_validation_on_create :store_parsed_data
before_create :create_temporary_image

def self.create_from_twitter(status_id)
new(:status_id => status_id)
end

def twitter_data
@twitter_data ||= JSON.parse(open(twitter_json_url).read)
end
Expand Down

0 comments on commit 3ab7920

Please sign in to comment.