Sha256: 9fe6e6088cfd4f9e0638b1a1ba7ecbfefae05b9e57c2959c28977e82c7f5618f

Contents?: true

Size: 209 Bytes

Versions: 2

Compression:

Stored size: 209 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scrapbook-0.3.2 app/controllers/scrapbook/application_controller.rb
scrapbook-0.3.1 app/controllers/scrapbook/application_controller.rb