Skip to content

Instantly share code, notes, and snippets.

View owen2345's full-sized avatar

Owen Peredo Diaz owen2345

View GitHub Profile
@owen2345
owen2345 / index.html
Created June 24, 2014 16:39
html5 encode using bootstrap 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Html5 encode using bootstrap, Lesscss"/>
<meta name="keywords" content="Bootstrap, Lesscss, HTML5, CSS3, Crossbrowser"/>
<meta name="author" content="Owen Peredo Diaz"/>
<meta charset="utf-8"/>
<link rel="icon" href="img/favicon.ico" />
<title>Cruceros</title>
class FrontController < ApplicationController
protect_from_forgery with: :exception
protect_from_forgery except: :ajax
include Front::CommonHelper
include Front::PagesHelper
include Front::SearchHelper
include Front::HtmlHelper
include PageMethods
before_action :check_status_site