Merge pull request #116 from AyuntamientoMadrid/admin-77

Administrator and Moderator basic interface
This commit is contained in:
Raimond Garcia
2015-08-10 16:41:47 +02:00
30 changed files with 373 additions and 31 deletions

View File

@@ -2,6 +2,7 @@ class AccountController < ApplicationController
before_action :authenticate_user!
before_action :set_account
load_and_authorize_resource class: "User"
def show
end