This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="fr" > | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
<title> | |
Trouvez votre magasin INTERSPORT | INTERSPORT</title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project(EmptyEpsilon) | |
cmake_minimum_required(VERSION 2.8.12) | |
option(ENABLE_CRASH_LOGGER "Enable the drmingw crash logging facilities" OFF) | |
message(STATUS "ENABLE_CRASH_LOGGER is " ${ENABLE_CRASH_LOGGER}) | |
# Check if serious proton dir is set. | |
if(NOT DEFINED SERIOUS_PROTON_DIR) | |
message(FATAL_ERROR "SERIOUS_PROTON_DIR was not set. Unable to continue") | |
endif(NOT DEFINED SERIOUS_PROTON_DIR) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NameError in EventsController#index | |
uninitialized constant EventsController::Event | |
Extracted source (around line #4): | |
2 | |
3 def index | |
4 @events = Event.all | |
5 end | |
6 | |
7 def show |