Skip to content

Commit

Permalink
:current_tab? not available as helper method (closes #229).
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 9, 2009
1 parent 78e8c31 commit 55f30cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

* FIXED: Invalid usage of the word namescope instead of namespace.

* FIXED: :current_tab? not available as helper method (closes #229).


== Release 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion lib/tabs_on_rails/controller_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def self.included(base)
base.class_eval do
include InstanceMethods
helper HelperMethods
helper_method :current_tab
helper_method :current_tab, :current_tab?
end
end

Expand Down

0 comments on commit 55f30cb

Please sign in to comment.