diff options
Diffstat (limited to 'app/viewhints/user_hints.rb')
-rw-r--r-- | app/viewhints/user_hints.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/viewhints/user_hints.rb b/app/viewhints/user_hints.rb index 91e3516..635f09e 100644 --- a/app/viewhints/user_hints.rb +++ b/app/viewhints/user_hints.rb @@ -13,5 +13,5 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. class UserHints < Hobo::ViewHints - children :answers, :question_categories, :project_acceptances + children :answers, :categories, :project_acceptances end |