Sha256: 80d4e7542b97284b5dc177261d5528c6c1fd967289d59ae2f7411a5e25368581

Contents?: true

Size: 280 Bytes

Versions: 63

Compression:

Stored size: 280 Bytes

Contents

# typed: strict
# frozen_string_literal: true

class StaffController < ApplicationController
  extend T::Sig

  class << self
    extend T::Sig

    sig { params(request: ActionDispatch::Request).returns(T::Boolean) }
    def staff_request?(request)
      false
    end
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hephaestus-0.7.2.3 templates/app/controllers/staff_controller.rb
hephaestus-0.7.2.2 templates/app/controllers/staff_controller.rb
hephaestus-0.7.2.1 templates/app/controllers/staff_controller.rb
hephaestus-0.7.2 templates/app/controllers/staff_controller.rb
hephaestus-0.7.1 templates/app/controllers/staff_controller.rb
hephaestus-0.7.0 templates/app/controllers/staff_controller.rb
hephaestus-0.6.4 templates/app/controllers/staff_controller.rb
hephaestus-0.6.3 templates/app/controllers/staff_controller.rb
hephaestus-0.6.2 templates/app/controllers/staff_controller.rb
hephaestus-0.6.1 templates/app/controllers/staff_controller.rb
hephaestus-0.6.0 templates/app/controllers/staff_controller.rb
hephaestus-0.5.2 templates/app/controllers/staff_controller.rb
hephaestus-0.5.1 templates/app/controllers/staff_controller.rb
hephaestus-0.5.0 templates/app/controllers/staff_controller.rb
hephaestus-0.4.0 templates/app/controllers/staff_controller.rb
hephaestus-0.3.1 templates/app/controllers/staff_controller.rb
hephaestus-0.2.3 templates/app/controllers/staff_controller.rb
hephaestus-0.2.2 templates/app/controllers/staff_controller.rb
hephaestus-0.1.3 templates/app/controllers/staff_controller.rb
hephaestus-0.1.2 templates/app/controllers/staff_controller.rb