Sha256: cc7c8ef27bd73dd421ea17bd0d0a2317cd9c3b9f0f69e3ddffc9cac1f886cfd1
Contents?: true
Size: 254 Bytes
Versions: 50
Compression:
Stored size: 254 Bytes
Contents
require 'rails_admin/config/proxyable/proxy' module RailsAdmin module Config module Proxyable attr_accessor :bindings def with(bindings = {}) RailsAdmin::Config::Proxyable::Proxy.new(self, bindings) end end end end
Version data entries
50 entries across 50 versions & 6 rubygems