Sha256: 1891a39587aa8a8bf873de184ed77d4ff5c58f0ce1d826afd387658ab427af5b
Contents?: true
Size: 469 Bytes
Versions: 2
Compression:
Stored size: 469 Bytes
Contents
module Spud module Banners include ActiveSupport::Configurable config_accessor :paperclip_storage, :s3_credentials, :storage_path, :storage_url, :s3_protocol self.paperclip_storage = :filesystem self.s3_credentials = './config/s3.yml' self.s3_protocol = 'https' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tb_banners-1.3.2 | lib/spud_banners/configuration.rb |
tb_banners-1.3.1 | lib/spud_banners/configuration.rb |