Sha256: ca4b1af896116be9667d0a08d7cd44b5ecb7732f450a21f0c32761248db4e43d

Contents?: true

Size: 257 Bytes

Versions: 1

Compression:

Stored size: 257 Bytes

Contents

Messaging.setup do |config|

  config.user_class = User

  #config.attachment_storage = :fog
  config.attachment_storage = :file
  
  # comment to disable file type validation on attachments
  config.allowed_attachment_filetypes = %w[jpg jpeg png gif]

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
messaging-0.0.2 lib/generators/messaging/templates/initializer.rb