Method: FileBuilder::ControllerAction#call
- Defined in:
- app/services/file_builder.rb
#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 |