rom-rb/rom-rails

View on GitHub
lib/generators/rom/mapper/templates/mapper.rb.erb

Summary

Maintainability
Test Coverage
class <%= model_name %>Mapper < ROM::Mapper
  relation :<%= relation %>

  register_as :<%= register_as %>

  # specify model and attributes ie
  #
  # model <%= model_name %>
  #
  # attribute :name
  # attribute :email
end