Sha256: 954bf94d9a65f00a8c8ee56187f058ec689d163b228ef787d28ed33ea5a8d960

Contents?: true

Size: 182 Bytes

Versions: 8

Compression:

Stored size: 182 Bytes

Contents

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

class HobbiesController < ApplicationController

  scaffold 'Hobby'

end

Version data entries

8 entries across 8 versions & 1 rubygems

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