Skip to content

Commit

Permalink
fix unloadable module problem
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Jul 25, 2009
1 parent 8369ab7 commit a638751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/root_table_contents_controller.rb
@@ -1,4 +1,5 @@
class RootTableContentsController < ApplicationController
unloadable

# This is where the magic happens:
include RootTable::ActionController
Expand Down
1 change: 1 addition & 0 deletions app/controllers/root_tables_controller.rb
@@ -1,4 +1,5 @@
class RootTablesController < ApplicationController
unloadable

def index
@tables = ActiveRecord::Base.all_root_tables
Expand Down

0 comments on commit a638751

Please sign in to comment.