Rename Account module to Accounts
This commit is contained in:
parent
7286ad027c
commit
eec5cadf2a
4 changed files with 22 additions and 24 deletions
12
app/controllers/accounts/deletions_controller.rb
Normal file
12
app/controllers/accounts/deletions_controller.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
module Accounts
|
||||
class DeletionsController < ApplicationController
|
||||
layout "site"
|
||||
|
||||
before_action :authorize_web
|
||||
before_action :set_locale
|
||||
|
||||
authorize_resource :class => false
|
||||
|
||||
def show; end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue