Rename message_controller to messages_controller

This commit is contained in:
Andy Allan 2018-05-09 16:38:37 +08:00
parent ec13ef77bc
commit 00bd64c7fb
14 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
class MessageController < ApplicationController
class MessagesController < ApplicationController
layout "site"
before_action :authorize_web