Skip to content

Commit 631754c

Browse files
authored
Add missing attribute in README example
1 parent 74bb873 commit 631754c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ bundle install
5858

5959
```ruby
6060
class Movie
61-
attr_accessor :id, :name, :year, :actor_ids, :owner_id
61+
attr_accessor :id, :name, :year, :actor_ids, :owner_id, :movie_type_id
6262
end
6363
```
6464

0 commit comments

Comments
 (0)