Implement consistent admin interface
* Consistent route/model/controller/view layout * Get rid of unused photos, speakers, dietchoices, social_events controllers * Drop unused :public from Rooms and :description from CallForPapers
This commit is contained in:
parent
f6a87331be
commit
28063129c7
133 changed files with 1461 additions and 1461 deletions
|
|
@ -8,7 +8,7 @@ feature Event do
|
|||
let!(:participant_without_bio) { create(:user, biography: '') }
|
||||
|
||||
before(:each) do
|
||||
conference.call_for_papers = create(:call_for_papers)
|
||||
conference.call_for_paper = create(:call_for_paper)
|
||||
conference.event_types = [create(:event_type)]
|
||||
|
||||
@options = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue