Module: ImageThread
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/image_thread.rb,
lib/image_thread/engine.rb,
lib/image_thread/version.rb,
lib/image_thread/exceptions.rb,
lib/image_thread/model_methods.rb,
lib/image_thread/uploaders/image_uploader.rb,
lib/generators/image_thread/install_generator.rb
Defined Under Namespace
Modules: ModelMethods, Uploaders Classes: DifferentThreads, Engine, InstallGenerator, WrongProcessMethod
Constant Summary collapse
- VERSION =
"0.0.1"- @@image_table_name =
:image_thread_images- @@thread_table_name =
:image_thread_threads
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
18 19 20 |
# File 'lib/image_thread.rb', line 18 def self.setup yield self end |