1
0
Fork 0
robbie/lib/robbie/models/genre.rb

6 lines
79 B
Ruby

module Robbie
class Genre < BaseModel
attr_accessor :id, :name
end
end