Sha256: de232e2791103997d0750d645f7ff18a2da4c414c98b31d3271105427a02930d

Contents?: true

Size: 114 Bytes

Versions: 5

Compression:

Stored size: 114 Bytes

Contents

class ArtistsController < ApplicationController

  def index
  end
  
  def show
  end
  
  def create
  end

end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 tests/app/controllers/artists_controller.rb
restfulie-1.1.1 tests/app/controllers/artists_controller.rb
restfulie-1.1.0 tests/app/controllers/artists_controller.rb
restfulie-nosqlite-1.0.3 tests/app/controllers/artists_controller.rb
restfulie-1.0.3 tests/app/controllers/artists_controller.rb