moonmaster9000/frill

View on GitHub
test_frill_rails/app/models/model.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Model
  def title
    "Title"
  end

  def associations
    [Model.new]
  end
end