DannyBen/recode

View on GitHub
demo/sample/people_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PeopleController
  def people
    'we are the people to rule the world'
  end

  def person; end
end