Skip to content

Commit

Permalink
inherit from ActionController::Base ; version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
steve9001 committed Mar 22, 2012
1 parent b4c8d12 commit cc68918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/copycat_translations_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CopycatTranslationsController < ApplicationController
class CopycatTranslationsController < ActionController::Base

http_basic_authenticate_with :name => COPYCAT_USERNAME, :password => COPYCAT_PASSWORD

Expand Down
2 changes: 1 addition & 1 deletion lib/copycat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Copycat
VERSION = "0.0.6"
VERSION = "0.0.7"
end

0 comments on commit cc68918

Please sign in to comment.