Sha256: 18470ed1bf402bf82e07d57aa3ddc7b37c58b705decd8b5868b377cea1732110
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
require 'lanes/access/extension' module Skr class Extension < Lanes::Extensions::Definition identifier "skr" self.uses_pub_sub = true root_path Pathname.new(__FILE__).dirname.join("..","..").expand_path components "record-finder", "select-field" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stockor-0.1.7 | lib/skr/extension.rb |