module ActiveCrew::Responders::InlineResponder

Public Class Methods

respond(*, model) click to toggle source
# File lib/active_crew/responders/inline_responder.rb, line 4
def self.respond(*, model)
  model
end