Sha256: 49ebde7af88b12845531b636e653fba80d059fcf327221193c1e8fdc2ed41f23

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

#!/usr/bin/env ruby
#
#  Created by Ritchie Young on 2007-04-24.
#  Copyright (c) 2007. All rights reserved.

class InterestsController < ApplicationController
  
  scaffold 'Interest'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubysync-0.0.1 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.0.5 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.0.4 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.0.3 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.1.0 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.0.2 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.2.1 examples/ar_webapp/app/controllers/interests_controller.rb
rubysync-0.1.1 examples/ar_webapp/app/controllers/interests_controller.rb