Skip to content

Instantly share code, notes, and snippets.

View dobleuber's full-sized avatar

Wbert Adrián Castro Vera dobleuber

View GitHub Profile
<button type="button" class="btn btn-primary btn-lg btn-block" ng-click="gotoNewProject()">Start a New Project</button>
<br/>
<button type="button" class="btn btn-default btn-lg btn-block" ng-click="gotoProjectList()">View Projects</button>
module Refinery
module Locations
class Event < Refinery::Core::BaseModel
validates :title, :presence => true, :uniqueness => true
belongs_to :poster, :class_name => '::Refinery::Image'
belongs_to :event_category