Show
Ignore:
Timestamp:
09/23/2007 17:09:10 (14 months ago)
Author:
zimbatm
Message:

Gained 7 octets :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/camping-unabridged.rb

    r209 r211  
    305305  # 
    306306  module Base 
    307     include Helpers 
    308307    attr_accessor :input, :cookies, :env, :headers, :body, :status, :root 
    309308    Z = "\r\n" 
     
    537536        constants.map { |c| 
    538537          k=const_get(c) 
    539           k.send :include,C,Base,Models 
     538          k.send :include,C,Base,Helpers,Models 
    540539          r[0,0]=k if !r.include?k 
    541540          k.meta_def(:urls){["/#{c.downcase}"]}if !k.respond_to?:urls