Skip to content

Commit

Permalink
do not make render private
Browse files Browse the repository at this point in the history
  • Loading branch information
ncri committed May 22, 2013
1 parent 61cc28a commit cd8d563
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/ajaxify_rails/action_controller_additions.rb
Expand Up @@ -35,8 +35,6 @@ def ajaxified?
end


private

def render *args, &block
if ajaxified?
args = _normalize_args(*args, &block)
Expand Down
2 changes: 1 addition & 1 deletion lib/ajaxify_rails/version.rb
@@ -1,3 +1,3 @@
module AjaxifyRails
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit cd8d563

Please sign in to comment.