We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bb873 commit 631754cCopy full SHA for 631754c
1 file changed
README.md
@@ -58,7 +58,7 @@ $ bundle install
58
59
```ruby
60
class Movie
61
- attr_accessor :id, :name, :year, :actor_ids, :owner_id
+ attr_accessor :id, :name, :year, :actor_ids, :owner_id, :movie_type_id
62
end
63
```
64
0 commit comments