Module: EnjuManifestationViewer

Defined in:
lib/enju_manifestation_viewer.rb,
lib/enju_manifestation_viewer/engine.rb,
lib/enju_manifestation_viewer/version.rb,
app/helpers/enju_manifestation_viewer/application_helper.rb,
app/helpers/enju_manifestation_viewer/book_jacket_helper.rb,
app/helpers/enju_manifestation_viewer/manifestation_viewer_helper.rb

Defined Under Namespace

Modules: ApplicationHelper, BookJacketHelper, ClassMethods, InstanceMethods, ManifestationViewerHelper Classes: Engine

Constant Summary collapse

VERSION =
"0.3.5".freeze

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

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