We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4312d02 + 631754c commit bb7bc45Copy full SHA for bb7bc45
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