module Fullstack::Ckeditor

Public Class Methods

attachment_uploader?() click to toggle source
# File lib/fullstack/ckeditor.rb, line 26
def attachment_uploader?
  !attachment_class.nil?
end
picture_uploader?() click to toggle source
# File lib/fullstack/ckeditor.rb, line 21
def picture_uploader?
  !picture_class.nil?
end
setup() { |self| ... } click to toggle source
# File lib/fullstack/ckeditor.rb, line 16
def setup
  yield(self)
end

Private Instance Methods

attachment_uploader?() click to toggle source
# File lib/fullstack/ckeditor.rb, line 26
def attachment_uploader?
  !attachment_class.nil?
end
picture_uploader?() click to toggle source
# File lib/fullstack/ckeditor.rb, line 21
def picture_uploader?
  !picture_class.nil?
end
setup() { |self| ... } click to toggle source
# File lib/fullstack/ckeditor.rb, line 16
def setup
  yield(self)
end