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 / image_annotation_dashboard.rb
Size: Mime:

class DiscourseAnnotator::ImageAnnotationDashboard < DiscourseAnnotator::AnnotationDashboard



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


end