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

Version Path
html_format-0.0.9 test/dummy/app/controllers/application_controller.rb
html_format-0.0.8 test/dummy/app/controllers/application_controller.rb
html_format-0.0.7 test/dummy/app/controllers/application_controller.rb
html_format-0.0.6 test/dummy/app/controllers/application_controller.rb
html_format-0.0.5 test/dummy/app/controllers/application_controller.rb
html_format-0.0.4 test/dummy/app/controllers/application_controller.rb
html_format-0.0.3 test/dummy/app/controllers/application_controller.rb
html_format-0.0.2 test/dummy/app/controllers/application_controller.rb
html_format-0.0.1 test/dummy/app/controllers/application_controller.rb