Class: FileBuilder::ControllerAction
- Inherits:
-
Object
- Object
- FileBuilder::ControllerAction
- Includes:
- Callable
- Defined in:
- app/services/file_builder.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
86 87 88 89 90 91 92 93 94 |
# File 'app/services/file_builder.rb', line 86 def call if ['controller_action'].present? { public_methods: code } else {} end end |