Method: FileBuilder::ControllerAction#call

Defined in:
app/services/file_builder.rb

#callObject



86
87
88
89
90
91
92
93
94
# File 'app/services/file_builder.rb', line 86

def call
  if options['controller_action'].present?
    {
      public_methods: code
    }
  else
    {}
  end
end