Skip to content

Commit

Permalink
Removed unnecessary method in artworks controller
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 20, 2012
1 parent f80898b commit ff8b637
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/controllers/artworks_controller.rb
Expand Up @@ -9,17 +9,6 @@ def show
respond(@artwork)
end

# Public - Get an artist's artworks
#
# Example:
# GET /artist/:id/artworks
#
def artist_artworks
@artist = Artist.find(params[:id])
respond(@artist.artworks)
end


# Public - Get Artworks according to search parameters
#
# Example
Expand Down

0 comments on commit ff8b637

Please sign in to comment.