Skip to content

Instantly share code, notes, and snippets.

@tweibley
Created August 22, 2008 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tweibley/6865 to your computer and use it in GitHub Desktop.
Save tweibley/6865 to your computer and use it in GitHub Desktop.
Rails::Initializer.run do |config|
# Skip aws since I don't use it
config.frameworks -= [ :action_web_service]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment