Sha256: 0582ce73ccb53013d32bf91be102d802c2a7a8b68d5a49f9ebcf84ae39858554
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
AvatarsForRails.setup do |config| # Filters to run before updating the avatar # config.controller_filters = [ :authenticate_user! ] # The method to get the avatarable in the controller # config.controller_avatarable = :current_user # The default styles that will be generated # config.avatarable_styles = { small: '50x50', # medium: '120x120' } # The tmp path inside public/ # config.public_tmp_path = File.join('system', 'tmp') end
Version data entries
7 entries across 7 versions & 1 rubygems