Skip to content

Instantly share code, notes, and snippets.

View oseifrimpong's full-sized avatar
🎯
Focus

Obed Osei Frimpong oseifrimpong

🎯
Focus
View GitHub Profile
class LandingController < ApplicationController
layout 'landingPage'
def soon
@coming = Coming.new
end
@import "bootstrap";
/*mixins, variables, etc*/
$grayMediumLight: #eaeaea;
@mixin box_sizing {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
# == Schema Informationdescribe "when name is not present" do
# before { @user.name = " " }
# it { should_not be_valid }
# end
#
# Table name: users
#
# id :integer not null, primary key
# name :string(255)
# email :string(255)