Module: TinyMCE::Base

Includes:
SpellChecker
Defined in:
lib/tiny_mce/base.rb,
lib/tiny_mce.rb

Overview

The base module we include into ActionController::Base

Defined Under Namespace

Modules: ClassMethods

Constant Summary

Constants included from SpellChecker

SpellChecker::ASPELL_PATH, SpellChecker::ASPELL_WORD_DATA_REGEX

Class Method Summary collapse

Methods included from SpellChecker

#spellchecker

Class Method Details

.included(base) ⇒ Object

When this module is included, extend it with the available class methods



5
6
7
# File 'lib/tiny_mce/base.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
end