diff --git a/app/views/layouts/fullcalendar_engine/application.html.erb b/app/views/layouts/fullcalendar_engine/application.html.erb deleted file mode 100644 index 400d749..0000000 --- a/app/views/layouts/fullcalendar_engine/application.html.erb +++ /dev/null @@ -1,29 +0,0 @@ - - - - jQuery full calendar with RubyOnRails | VinSol - <%= javascript_include_tag 'application', "data-turbolinks-track" => true %> - <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> - - -
-
- <% flash.each do |key, value| %> -
- <%= value %> -
- <% end %> - -
- Loading... -
-
-
-
- <%= yield %> -
-
-
-
- -