Skip to content

Commit

Permalink
Renamed "Compabitility" to "Compatibility"
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Jan 15, 2013
1 parent f93fbea commit 862a093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rails-api/action_controller/api.rb
Expand Up @@ -84,7 +84,7 @@ module ActionController
class API < Metal
abstract!

module Compabitility
module Compatibility
def cache_store; end
def cache_store=(*); end
def assets_dir=(*); end
Expand All @@ -101,7 +101,7 @@ def helper_method(*); end
def helper(*); end
end

extend Compabitility
extend Compatibility

# Shortcut helper that returns all the ActionController::API modules except the ones passed in the argument:
#
Expand Down

0 comments on commit 862a093

Please sign in to comment.