module RespondWithService
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/respond_with_service.rb, line 4 def self.included base base.send :include, InstanceMethods base.extend ClassMethods end