Pluralize changesets controller

This commit is contained in:
Andy Allan 2018-11-07 17:12:23 +01:00
parent 4deffa5e40
commit 252b9ef08a
21 changed files with 80 additions and 81 deletions

View file

@ -1,6 +1,6 @@
# The ChangesetController is the RESTful interface to Changeset objects
class ChangesetController < ApplicationController
class ChangesetsController < ApplicationController
layout "site"
require "xml/libxml"