module Kaminari::Helpers::Link

Tag that contains a link

Public Instance Methods

url() click to toggle source

the link's href

# File lib/kaminari/helpers/tags.rb, line 179
def url
  page_url_for page
end