Module: ChromembedRails
- Defined in:
- lib/chromembed_rails.rb,
lib/chromembed_rails/model.rb,
lib/chromembed_rails/engine.rb,
lib/chromembed_rails/controller.rb
Overview
:nodoc: namespace
Defined Under Namespace
Modules: Controller, Model Classes: Engine
Class Attribute Summary collapse
-
.extension_path ⇒ Object
Path to the extension code.
-
.key_path ⇒ Object
Path to the private key used to the sign the extension.
Class Attribute Details
.extension_path ⇒ Object
Path to the extension code.
This should be set in an initializer.
7 8 9 |
# File 'lib/chromembed_rails.rb', line 7 def extension_path @extension_path end |
.key_path ⇒ Object
Path to the private key used to the sign the extension.
This should be set in an initializer.
12 13 14 |
# File 'lib/chromembed_rails.rb', line 12 def key_path @key_path end |