Sha256: 28a81e7fa283f04f2570596866ff2dd5031e5b0c43a9453405f7f8b1a8dce079
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
module Para module Component module SingletonResourceDecorator include Para::Component::BaseDecorator def path(options = {}) find_path([:admin, self], options) end def relation_path(controller_or_resource, options = {}) path end end end end
Version data entries
3 entries across 3 versions & 1 rubygems