Sha256: 979d7b861197db1fc31a00363dd11fcac8b3a469934eb60adac7c49869a1508a
Contents?: true
Size: 380 Bytes
Versions: 9
Compression:
Stored size: 380 Bytes
Contents
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 # helper :html_format # include HtmlFormatHelper # helper HtmlFormat::Application.helpers # helper HtmlFormat::HtmlFormatHelper # helper HtmlFormat::Engine.helpers end
Version data entries
9 entries across 9 versions & 1 rubygems