Skip to content

Commit

Permalink
include store_controller, don't autoload it, 0.4.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoy committed Aug 16, 2012
1 parent 17fa800 commit 911c419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/public_activity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module PublicActivity
extend ActiveSupport::Autoload
autoload :Activist
autoload :Activity
autoload :StoreController
autoload :Tracked
autoload :Creation
autoload :Update
Expand All @@ -30,4 +29,5 @@ module Model
end
end

require 'public_activity/store_controller'
require 'public_activity/view_helpers'
2 changes: 1 addition & 1 deletion lib/public_activity/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module PublicActivity
# A constant with gem's version
VERSION = '0.4.0.rc1'
VERSION = '0.4.0.rc2'
end

0 comments on commit 911c419

Please sign in to comment.