Sha256: f00788d77249fc586d508d7352dbeca3386dee3ee27512956dc79cdfe3f76cb8
Contents?: true
Size: 183 Bytes
Versions: 5
Compression:
Stored size: 183 Bytes
Contents
module Ask class Configuration attr_accessor :upload_whitelist def initialize @upload_whitelist = %w(jpg jpeg gif png doc docx txt pdf xls xlsx zip) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ask-0.5.4 | lib/ask/configuration.rb |
ask-0.5.3 | lib/ask/configuration.rb |
ask-0.5.2 | lib/ask/configuration.rb |
ask-0.5.1 | lib/ask/configuration.rb |
ask-0.5.0 | lib/ask/configuration.rb |