Module: ActsAsTalented
- Defined in:
- lib/acts_as_talented.rb,
lib/acts_as_talented/engine.rb,
lib/acts_as_talented/version.rb,
app/models/acts_as_talented/ability.rb,
app/models/acts_as_talented/employer.rb,
app/helpers/acts_as_talented/application_helper.rb,
app/controllers/acts_as_talented/api/api_controller.rb,
app/controllers/acts_as_talented/dashboard_controller.rb,
app/controllers/acts_as_talented/application_controller.rb,
app/controllers/acts_as_talented/api/v1/employers_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: Ability, ApplicationController, DashboardController, Employer, Engine
Constant Summary collapse
- VERSION =
"0.0.4.3"
Class Attribute Summary collapse
-
.engine_mount_path ⇒ Object
Returns the value of attribute engine_mount_path.
-
.secret_key ⇒ Object
Returns the value of attribute secret_key.
Class Method Summary collapse
Class Attribute Details
.engine_mount_path ⇒ Object
Returns the value of attribute engine_mount_path.
14 15 16 |
# File 'lib/acts_as_talented.rb', line 14 def engine_mount_path @engine_mount_path end |
.secret_key ⇒ Object
Returns the value of attribute secret_key.
14 15 16 |
# File 'lib/acts_as_talented.rb', line 14 def secret_key @secret_key end |
Class Method Details
.setup {|_self| ... } ⇒ Object
17 18 19 20 |
# File 'lib/acts_as_talented.rb', line 17 def self.setup(&block) # You can yield your own object encapsulating your configuration logic/state yield self end |