Sha256: 9e620239b7e7ea81599802f025413c49bc7e67610f1369c336d9b93ffa9a90b5
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
module FeaturesHelper def feature_form_for(featureable) render 'features/form', :featureable => featureable end def features_for(featureable) render 'features/features', :featureable => featureable end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_featureable-0.0.2 | app/helpers/features_helper.rb |