module Shapeable::Extenders

Public Instance Methods

acts_as_shapeable(**opts) click to toggle source
# File lib/shapeable/extenders.rb, line 4
def acts_as_shapeable(**opts)
  define_method(:acts_as_shapeable_opts) do
    opts
  end
end