Sha256: d2809494b4f32a550caad8e1d85a93d5cc664e830f36c3693b8e93eff6046d77
Contents?: true
Size: 153 Bytes
Versions: 1
Compression:
Stored size: 153 Bytes
Contents
module Panel module BaseHelper def options(new_path=nil) render partial: 'panel/options', locals: { new_path: new_path } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
panel-0.1.5 | app/helpers/panel/base_helper.rb |