Sha256: f6f4e018a4abd20e8e3874b08d74ea96d847850c46ed38af811a7f2b341c6dda

Contents?: true

Size: 378 Bytes

Versions: 1

Compression:

Stored size: 378 Bytes

Contents

Solder.configure do |config|
  # Specify a global around action for Solder's UIStateController
  # This is useful for any assumptions your app makes, e.g. instance
  # variables being present, headers being checked, or multitenancy
  # (see example below)
  #
  # config[:around_action] = ->(_controller, action) do
  #   ActsAsTenant.without_tenant { action.call }
  # end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solder-0.3.0 lib/generators/solder/initializer/templates/solder.rb