Files
fetsite/app/controllers/emails_controller.rb
2015-08-27 15:03:02 +02:00

8 lines
105 B
Ruby

class EmailsController < ApplicationController
load_and_authorize_resource
def index
end
end