added blank views files for mappings

This commit is contained in:
Devin Howard 2013-02-28 20:15:25 -05:00
parent d325cb0088
commit a55fc2242c
6 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,4 @@
/*
* @file
* This javascript is returned and executed when you create a new mapping.
*/

View file

@ -0,0 +1,5 @@
/*
* @file
* The javascript returned when destroy is called in the mappings controller
* Unused
*/

View file

@ -0,0 +1,4 @@
<%#
# @file
# This code renders the edit form for mappings. Unused.
#%>

View file

@ -0,0 +1,4 @@
<%#
# @file
# This view could show an index of all mappings, but is unused.
#%>

View file

@ -0,0 +1,4 @@
<%#
# @file
# This file is a form for creating new mappings. Unused.
#%>

View file

@ -0,0 +1,4 @@
<%#
# @file
# This would show a mapping but instead is unused.
#%>