module HALPresenter::Links

Public Class Methods

included(base) click to toggle source
# File lib/hal_presenter/links.rb, line 59
def self.included(base)
  base.extend ClassMethods
end

Public Instance Methods

Protected Instance Methods