class ActiveFedora::Base

def to_param

For Rails compatibility with url generators.
def to_param
  self.pid
end