Skip to content

Commit bb7bc45

Browse files
authored
Merge pull request #34 from oboxodo/patch-1
Add missing attribute in README example
2 parents 4312d02 + 631754c commit bb7bc45

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)