Sha256: b4a35161f05228533c24d81e69f70c39993957070b20567584f4c0a19e4c7c61

Contents?: true

Size: 147 Bytes

Versions: 1

Compression:

Stored size: 147 Bytes

Contents

class OrganizationCell < Cell::Rails
  helper ApplicationHelper

  def show(organization:)
    @organization = organization

    render
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/cells/organization_cell.rb