Sha256: c168279643ce9ca4c7ccb07236d2f40abb6eadb967cd390f48c64b4d38133489

Contents?: true

Size: 179 Bytes

Versions: 6

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

module Tramway
  module News
    class ApplicationController < ActionController::Base
      protect_from_forgery with: :exception
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tramway-news-1.0.4.6 app/controllers/tramway/news/application_controller.rb
tramway-news-1.0.4.5 app/controllers/tramway/news/application_controller.rb
tramway-news-1.0.4.4 app/controllers/tramway/news/application_controller.rb
tramway-news-1.0.5 app/controllers/tramway/news/application_controller.rb
tramway-news-1.0.4.3 app/controllers/tramway/news/application_controller.rb
tramway-news-1.0.4.2 app/controllers/tramway/news/application_controller.rb