Guest User

Untitled

a guest
Apr 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # ENV['RAILS_ENV'] ||= 'production'
  2. RAILS_GEM_VERSION = '1.2'
  3.  
  4. require File.join(File.dirname(__FILE__), 'boot')
  5.  
  6. Rails::Initializer.run do |config|
  7. config.action_controller.session = { :session_key => "_myapp_session", :secret => "zxvlwrhldf904r52lwhdflo7aw3loy0adsfyasd734ohof9hhpq3j4f8093jh4f3h4c0h34p0fh340fh340faw4lo8ay9dsy3yawdg0ah8ol8g" }
  8. end
  9.  
  10. ActiveScaffold.set_defaults do |config|
  11. config.ignore_columns.add [:created_at, :updated_at, :id]
  12. end
Add Comment
Please, Sign In to add comment