module Pupa::Concerns::Linkable

Adds the Popolo ‘links` property to a model.

Attributes

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/pupa/models/concerns/linkable.rb, line 12
def initialize(*args)
  @links = []
  super
end

Public Instance Methods