You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an initializer file in your app inside config/initializers and set the sublime_video_token:
Rails.application.config.to_preparedoQbrick::Engine.configuredo# Get the token from the MySites section on the sublime video siteconfig.sublime_video_token='123abcd'endend
Require the sublime javascript with the following helper:
# in your application layout in the head sectionsublime_video_include_tag