class Tramway::Collection

Public Class Methods

list() click to toggle source
# File lib/tramway/collection.rb, line 5
def list
  raise 'Please add collection to list method'
end