Sha256: d07f7f2c56faf4be4774a625117181d0e31e681eae86cb23dbaa063092c0ae58

Contents?: true

Size: 435 Bytes

Versions: 17

Compression:

Stored size: 435 Bytes

Contents

module Spud
  module Banners
    include ActiveSupport::Configurable
    config_accessor :paperclip_storage, :s3_credentials, :storage_path, :storage_url
    self.paperclip_storage = :filesystem
    self.s3_credentials = "#{Rails.root}/config/s3.yml"
    self.storage_path = ":rails_root/public/system/spud_banners/:id/:style/:basename.:extension"
    self.storage_url = "/system/spud_banners/:id/:style/:basename.:extension"
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
tb_banners-1.1.6 lib/spud_banners/configuration.rb
tb_banners-1.2.0.beta1 lib/spud_banners/configuration.rb
tb_banners-1.1.5 lib/spud_banners/configuration.rb
tb_banners-1.1.4 lib/spud_banners/configuration.rb
tb_banners-1.1.3 lib/spud_banners/configuration.rb
tb_banners-1.1.2 lib/spud_banners/configuration.rb
tb_banners-1.1.1 lib/spud_banners/configuration.rb
tb_banners-1.1 lib/spud_banners/configuration.rb
tb_banners-1.0.2 lib/spud_banners/configuration.rb
tb_banners-1.0.1 lib/spud_banners/configuration.rb
tb_banners-1.0 lib/spud_banners/configuration.rb
spud_banners-0.9.1.1 lib/spud_banners/configuration.rb
spud_banners-0.9.1 lib/spud_banners/configuration.rb
spud_banners-0.9.0.2 lib/spud_banners/configuration.rb
spud_banners-0.9.0.1 lib/spud_banners/configuration.rb
spud_banners-0.9.0 lib/spud_banners/configuration.rb
spud_banners-0.0.1 lib/spud_banners/configuration.rb