module RedactorRails

Constants

FILE_TYPES
IMAGE_TYPES
VERSION

Public Class Methods

document_model() click to toggle source
# File lib/redactor_rails.rb, line 24
def self.document_model
  RedactorRails::Document
end
picture_model() click to toggle source
# File lib/redactor_rails.rb, line 20
def self.picture_model
  RedactorRails::Picture
end