module Extentions::ExtentionsHelper

Public Instance Methods

extentions_for(model, context=self) click to toggle source
# File lib/extentions/extentions_helper.rb, line 3
def extentions_for(model, context=self)
  Extentions.extentions_for(model, context)
end
presenter_for(model, context = self) click to toggle source
# File lib/extentions/extentions_helper.rb, line 7
def presenter_for(model, context = self)
  extentions_for(model, context).build_presenter
end