Sha256: 8d139da350359e37085f178ea9eda98b2423dc592c9faef2704fa69703322256

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

class <%= class_name %>Cell < Cell::Base

<% for action in actions -%>
  def <%= action %>
    render
  end

<% end -%>
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-2.3.0 generators/cell/templates/cell.rb