Sha256: 1b869a4260405412d8f105546709cb6b4bf8bf317f7843aa097c32188b0efa1b
Contents?: true
Size: 474 Bytes
Versions: 4
Compression:
Stored size: 474 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
4 entries across 2 versions & 1 rubygems