Sha256: fd7efca0057861d6d0721e744c5e217f7b65eb5bb20c3407d2798cea2fc5b553

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

Clipster.config do |config|
  # Specify the user class as a string
  # This is set to User by default
  #config.user_class = "User"

  # If you would like to turn on User associations uncomment the following line
  # This will save the user id with clips to allow for user analytics
  #config.associates_clip_with_user = true

  # Change this line to the attribute you would like to be displayed for the User model
  #config.user_display_attribute = "email"
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
clipster-0.5.3 config/initializers/clipster.rb
clipster-0.5.3 lib/generators/templates/clipster.rb
clipster-0.4.0 lib/generators/templates/clipster.rb