Sha256: 8f92095aab29012168d1ca6ac434313b4f28e72bb1c6cffe6b6dd5bfe3530ffe

Contents?: true

Size: 146 Bytes

Versions: 1

Compression:

Stored size: 146 Bytes

Contents

class SongsController < ApplicationController
  def show
    # renders show.html.haml
  end

  def index
    render text: cell(:song).()
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-4.0.0.beta6 test/rails4.2/app/controllers/songs_controller.rb