Module: Roar::Contrib::Decorator::PageRepresenter

Extended by:
ActiveSupport::Concern
Defined in:
lib/roar/contrib/decorator/page_representer.rb

Instance Method Summary collapse

Instance Method Details

#page_url(args) ⇒ Object

Raises:

  • (NotImplementedError)


10
11
12
# File 'lib/roar/contrib/decorator/page_representer.rb', line 10

def page_url(args)
  raise NotImplementedError
end