Sha256: 209bbe5503aa144a9160ce9f61b53885a5a856e208d842e607eead669a2497ed

Contents?: true

Size: 147 Bytes

Versions: 4

Compression:

Stored size: 147 Bytes

Contents

module Stachio
  class ApplicationController < ActionController::Base
    def readonly
      !!(Stachio::Engine.config.readonly)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stachio-0.0.6 app/controllers/stachio/application_controller.rb
stachio-0.0.5 app/controllers/stachio/application_controller.rb
stachio-0.0.4 app/controllers/stachio/application_controller.rb
stachio-0.0.3 app/controllers/stachio/application_controller.rb