mfvico/gCamp

View on GitHub
app/models/quote.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Quote

  attr_accessor :author, :text

end