module Grape::Roar::Extensions::Relations

Public Class Methods

included(other) click to toggle source
# File lib/grape/roar/extensions/relations.rb, line 14
def included(other)
  class << other
    include Extensions::Relations::DSLMethods
  end
end