add volunteers helper

This commit is contained in:
hitman 2017-03-16 22:31:42 +05:30 committed by Stella Rouzi
parent 2e0f7e9b42
commit d9925f00e9
5 changed files with 64 additions and 0 deletions

View file

@ -1,5 +1,6 @@
module Admin
class VolunteersController < Admin::BaseController
include VolunteersHelper
load_and_authorize_resource :conference, find_by: :short_title
def index