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.8.11 templates/app/controllers/staff_controller.rb
hephaestus-0.8.10 templates/app/controllers/staff_controller.rb
hephaestus-0.8.9.2 templates/app/controllers/staff_controller.rb
hephaestus-0.8.9.1 templates/app/controllers/staff_controller.rb
hephaestus-0.8.9 templates/app/controllers/staff_controller.rb
hephaestus-0.8.8 templates/app/controllers/staff_controller.rb
hephaestus-0.8.7.5 templates/app/controllers/staff_controller.rb
hephaestus-0.8.7.4 templates/app/controllers/staff_controller.rb
hephaestus-0.8.7.3 templates/app/controllers/staff_controller.rb
hephaestus-0.8.7.2 templates/app/controllers/staff_controller.rb
hephaestus-0.8.7.1 templates/app/controllers/staff_controller.rb
hephaestus-0.8.7 templates/app/controllers/staff_controller.rb
hephaestus-0.8.6 templates/app/controllers/staff_controller.rb
hephaestus-0.8.5 templates/app/controllers/staff_controller.rb
hephaestus-0.8.4.1 templates/app/controllers/staff_controller.rb
hephaestus-0.8.4 templates/app/controllers/staff_controller.rb
hephaestus-0.8.3.4 templates/app/controllers/staff_controller.rb
hephaestus-0.8.3.3 templates/app/controllers/staff_controller.rb
hephaestus-0.8.3.2 templates/app/controllers/staff_controller.rb
hephaestus-0.8.3.1 templates/app/controllers/staff_controller.rb