add survey
This commit is contained in:
3
app/assets/javascripts/origami/surveys.coffee
Normal file
3
app/assets/javascripts/origami/surveys.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
3
app/assets/stylesheets/origami/surveys.scss
Normal file
3
app/assets/stylesheets/origami/surveys.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the Origami/Surveys controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
2
app/controllers/origami/surveys_controller.rb
Normal file
2
app/controllers/origami/surveys_controller.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Origami::SurveysController < ApplicationController
|
||||
end
|
||||
2
app/helpers/origami/surveys_helper.rb
Normal file
2
app/helpers/origami/surveys_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module Origami::SurveysHelper
|
||||
end
|
||||
2
app/models/survey.rb
Normal file
2
app/models/survey.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Survey < ApplicationRecord
|
||||
end
|
||||
@@ -415,4 +415,3 @@
|
||||
});
|
||||
});
|
||||
</script> -->
|
||||
>>>>>>> 01c4eeca81e1eac7bf7fe5854142a9663e104249
|
||||
|
||||
Reference in New Issue
Block a user