Skip to content

Commit

Permalink
DNM: Experiments publiclab#7
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiisbored committed Dec 30, 2016
1 parent de9bfe9 commit d4ece33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/notes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ class NotesController < ApplicationController
respond_to :html
before_filter :require_user, :only => [:create, :edit, :update, :delete, :rsvp]

impressionist

def index
@title = I18n.t('notes_controller.research_notes')
set_sidebar
Expand Down
2 changes: 2 additions & 0 deletions app/controllers/questions_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
class QuestionsController < ApplicationController

impressionist

def index
@title = "Questions and Answers"
set_sidebar
Expand Down
2 changes: 2 additions & 0 deletions app/controllers/wiki_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class WikiController < ApplicationController

before_filter :require_user, :only => [:new, :create, :edit, :update, :delete, :replace]

impressionist

def subdomain
url = "//#{request.host}/wiki/"
case request.subdomain
Expand Down

0 comments on commit d4ece33

Please sign in to comment.