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

class DiscourseAnnotator::TextAnnotationDashboard < DiscourseAnnotator::AnnotationDashboard


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


end