2014-11-06 14:46:59 +01:00
|
|
|
class ApplicationController < ActionController::Base
|
|
|
|
# Prevent CSRF attacks by raising an exception.
|
|
|
|
# For APIs, you may want to use :null_session instead.
|
|
|
|
protect_from_forgery with: :exception
|
2014-11-10 02:30:42 +01:00
|
|
|
|
2014-11-23 21:12:31 +01:00
|
|
|
include OrdersHelper
|
2014-11-06 14:46:59 +01:00
|
|
|
end
|