Remove all usages of unloadable

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/6827/head
Alex Coles 9 years ago
parent 36e9a3da60
commit 1b8f254262
  1. 2
      app/controllers/my_projects_overviews_controller.rb
  2. 1
      app/models/my_projects_overview.rb

@ -23,8 +23,6 @@ class MyProjectsOverviewsController < ApplicationController
menu_item :overview
unloadable
before_filter :find_project, :find_user
before_filter :authorize
before_filter :jump_to_project_menu_item, :only => :index

@ -20,7 +20,6 @@
#++
class MyProjectsOverview < ActiveRecord::Base
unloadable
after_initialize :initialize_default_values

Loading…
Cancel
Save