]> git.openstreetmap.org Git - rails.git/commit
Store the report category.
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Dec 2017 16:02:55 +0000 (16:02 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Dec 2017 16:02:55 +0000 (16:02 +0000)
commit63992d83bdf3c2489e10504957bb57ed29976803
tree911888aedffcff1b9e0cab0bc0417c58cf576d0b
parent875e588348984b6e8c7bb8c5cc847ff86e1f2db3
Store the report category.
app/controllers/reports_controller.rb
app/models/report.rb
app/views/issues/_reports.html.erb
app/views/reports/new.html.erb
config/locales/en.yml
db/migrate/20160822153055_create_issues_and_reports.rb
db/structure.sql
test/controllers/reports_controller_test.rb
test/factories/reports.rb
test/models/report_test.rb
test/system/report_diary_entry_test.rb