Module: UsefullAttachment
- Defined in:
- lib/usefull_attachment/exceptions.rb,
lib/usefull_attachment.rb,
lib/usefull_attachment/engine.rb,
lib/usefull_attachment/version.rb,
app/controllers/usefull_attachment/links_controller.rb,
lib/generators/usefull_attachment/install/install_generator.rb,
lib/generators/usefull_attachment/migration/migration_generator.rb
Overview
Localize messages in it.CustomError.MyError
Defined Under Namespace
Modules: Links Classes: CustomError, Engine, InstallGenerator, LinksController, MigrationGenerator
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
2 3 4 |
# File 'lib/usefull_attachment.rb', line 2 def self.table_name_prefix 'usefull_attachment_' end |