Class: Wco::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
ApplicationHelper
Defined in:
app/controllers/wco/application_controller.rb

Overview

Sch ||= WcoEmail::EmailAction

Instance Method Summary collapse

Methods included from ApplicationHelper

#obfuscate, #pp_amount, #pp_currency, #pp_date, #pp_datetime, #pp_money, #pp_percent, #pp_time, #pretty_date

Instance Method Details

#homeObject



23
24
25
# File 'app/controllers/wco/application_controller.rb', line 23

def home
  authorize! :home, Wco
end

#tinymceObject



27
28
29
30
# File 'app/controllers/wco/application_controller.rb', line 27

def tinymce
  authorize! :home, Wco
  render layout: false
end