Module: Rtcl
- Defined in:
- lib/rtcl.rb,
lib/rtcl/engine.rb,
lib/rtcl/railtie.rb,
lib/rtcl/version.rb,
lib/rtcl/configuration.rb,
app/models/rtcl/article.rb,
app/jobs/rtcl/application_job.rb,
app/models/concerns/rtcl/blogger.rb,
app/models/rtcl/application_record.rb,
app/helpers/rtcl/application_helper.rb,
app/mailers/rtcl/application_mailer.rb,
app/controllers/rtcl/articles_controller.rb,
app/controllers/rtcl/comments_controller.rb,
app/controllers/rtcl/application_controller.rb,
lib/generators/rtcl/install/install_generator.rb,
app/controllers/rtcl/articles/comments_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, Blogger, Generators Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Article, ArticlesController, CommentsController, Configuration, Engine, Railtie
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
Class Method Summary collapse
- .configure {|config| ... } ⇒ Object
-
.table_name_prefix ⇒ Object
Do not prefix table names with ‘rtcl_`.
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
19 20 21 |
# File 'lib/rtcl.rb', line 19 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
21 22 23 24 |
# File 'lib/rtcl.rb', line 21 def configure @config = Configuration.new yield config end |
.table_name_prefix ⇒ Object
Do not prefix table names with ‘rtcl_`
28 29 |
# File 'lib/rtcl.rb', line 28 def self.table_name_prefix end |