Sha256: d5d15a2d42c48ed3fe08838e97dff0d46bbd030ae6de0744a4983aa64b7d9549

Contents?: true

Size: 119 Bytes

Versions: 2

Compression:

Stored size: 119 Bytes

Contents

module Ecom
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecom-0.1.1 app/controllers/ecom/application_controller.rb
ecom-0.2.0 app/controllers/ecom/application_controller.rb