Sha256: 893a1aa784877fd6f718ff8ca2be89a734346cccd35b547f835216407dadb973
Contents?: true
Size: 165 Bytes
Versions: 33
Compression:
Stored size: 165 Bytes
Contents
module CabooseStore module ApplicationHelper def parent_categories CabooseStore::Category.find(1).children.where(:status => 'Active') end end end
Version data entries
33 entries across 33 versions & 1 rubygems