Skip to content

slanj/rails_dev_camp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Dev Camp Project

This is a Ruby on Rails application

Code Example

def greetings
  puts 'Hello Rails World!'
end

Awesome Feature

class Feature
  @@count = 0
  def initialize
    @@count += 1
  end
  
  def self.count
    puts @@count
  end
end

About

Rails Educational Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors