Sha256: c994c7fd6d31ee50db3b3fbd6a63f0490785afdabb55a2a25513bca232251cbb

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

Trestle.configure do |config|
  config.hook("stylesheets") do
    stylesheet_link_tag("trestle/sidekiq")
  end

  config.hook("view.header") do
    render "trestle/sidekiq/header"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trestle-sidekiq-0.1.2 config/initializers/trestle.rb
trestle-sidekiq-0.1.1 config/initializers/trestle.rb
trestle-sidekiq-0.1.0 config/initializers/trestle.rb