Module: FeaturesHelper

Defined in:
app/helpers/features_helper.rb

Instance Method Summary collapse

Instance Method Details

#feature_form_for(featureable) ⇒ Object



2
3
4
# File 'app/helpers/features_helper.rb', line 2

def feature_form_for(featureable)
  render 'features/form', :featureable => featureable
end

#features_for(featureable) ⇒ Object



6
7
8
# File 'app/helpers/features_helper.rb', line 6

def features_for(featureable)
  render 'features/features', :featureable => featureable
end