marnen/duckbill

View on GitHub
app/cells/project_link_cell.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ProjectLinkCell < Cell::Rails
  def show(args)
    @project = args[:invoice].snapshot :project
    render
  end
end