require_relative 'nice_stuff'

class Sheet
...

Ruby strange method

by Pyro, November 24, 2011 03:10, No refactoring, tagged with ruby, constants, inheritance

I have strange feeling abou...

547616d5e4aaee90426e7051dd766a5a Talk
class Report < ActiveRecord::Base
  belongs_to :reportable, :polymorphic => true
  
...

Ruby A shorter way to declare cl...

by danielharan, August 14, 2008 19:47, 2 refactorings, tagged with rails, ruby, constants

I added these so I could re...

880cbab435f00197613c9cc2065b4f5a Talk