Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6246

Show
Ignore:
Timestamp:
02/27/07 01:32:56 (2 years ago)
Author:
david
Message:

Creation sits on Dir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/open_id_authentication/install.rb

    r6245 r6246  
    11puts "Creating tmp/openids..." 
    2 File.mkdir(RAILS_ROOT + "/tmp/openids") 
     2Dir.mkdir(RAILS_ROOT + "/tmp/openids") 
    33puts "This directory should be hosted on a shared drive for all application servers"