Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Created May 20, 2009 13:15
Show Gist options
  • Save benschwarz/114807 to your computer and use it in GitHub Desktop.
Save benschwarz/114807 to your computer and use it in GitHub Desktop.
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
config.gem 'postie', :lib => 'postie'
config.middleware.use 'Postie::Application'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment