Skip to content

Commit

Permalink
added artists scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Aug 23, 2008
1 parent 56611fa commit c9a4d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/artists_controller.rb
@@ -1,2 +1,5 @@
class ArtistsController < ApplicationController
active_scaffold :artist do |config|
config.columns = [:name, :bio]
end
end

0 comments on commit c9a4d85

Please sign in to comment.