Sha256: cb7f340a020fe68e010e16a284f4cd2c5e3734aee83fb05dbbce18422bcb2196

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

module Scrapbook
  # @private
  #
  # Base controller for collecting shared functionality for the Scaapbook App.
  # placeholder
  class ApplicationController < ActionController::Base
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
scrapbook-0.3.0 app/controllers/scrapbook/application_controller.rb
scrapbook-0.2.2 app/controllers/scrapbook/application_controller.rb
scrapbook-0.2.1 app/controllers/scrapbook/application_controller.rb
scrapbook-0.2.0 app/controllers/scrapbook/application_controller.rb