Skip to content

Commit

Permalink
Merge pull request kylejginavan#60 from thomsbg/fix_video_model_seria…
Browse files Browse the repository at this point in the history
…lization

Remove the where attribute from the Video model
  • Loading branch information
kylejginavan committed Mar 12, 2012
2 parents eb098e2 + 52ddfef commit ea6f362
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/youtube_it/model/video.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def self.by_code(format_code)


# Geodata
attr_reader :where
attr_reader :position
attr_reader :latitude
attr_reader :longitude
Expand Down
1 change: 0 additions & 1 deletion lib/youtube_it/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ def parse_entry(entry)
:widescreen => widescreen,
:noembed => noembed,
:racy => racy,
:where => where,
:position => position,
:latitude => latitude,
:longitude => longitude,
Expand Down

0 comments on commit ea6f362

Please sign in to comment.