Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
discourse-annotator / app / dashboards / discourse_annotator / video_annotation_dashboard.rb
Size: Mime:
class DiscourseAnnotator::VideoAnnotationDashboard < DiscourseAnnotator::AnnotationDashboard


  # SHOW_PAGE_ATTRIBUTES
  # an array of attributes that will be displayed on the model's show page.
  SHOW_PAGE_ATTRIBUTES = [
      :id,
      :type,
      :code,
      :container,
      :src,
      :ext,
      :start,
      :end,
      :creator,
      :created_at,
      :updated_at,
      :topic,
  ].freeze



end