module SimpleCrud::DecoratorHelper

Public Instance Methods

decorate_with(method, opts = {}) click to toggle source
# File lib/simple_crud/helper/decorator_helper.rb, line 8
def decorate_with(method, opts = {})

end