class RubyDeveloper < Developer
end
luckvc = RubyDeveloper.new
luckvc.name = 'Lucas Vasques'
luckvc.field = 'Back-end Development'
luckvc.languages = ['Portuguese', 'English']
luckvc.location = 'Brazil'
luckvc.email = '[email protected]'
luckvc.save!
luckvc.programing_languages.create([{name: 'Ruby', description: 'Programing Language'},
{name: 'Java', description: 'Programing Language'},
{name: 'C', description: 'Programing Language'},
{name: 'HTML', description: 'Markup Language'},
{name: 'CSS', description: 'Styling Language'},
{name: 'SQL', description: 'Structured Query Language'}])
luckvc.frameworks.create([{name: 'Rails', description: 'Ruby Framework'},
{name: 'Springboot', description: 'Java Framework'},
{name: 'Bootstrap', description: 'CSS Framework'}])
luckvc.databases.create([{name: 'SQLite', description: 'SQL Database'},
{name: 'MongoDB', description: 'NoSQL Database'}])
render :contact
- Londrina, PR - Brasil
- in/lucas-vasques-campos
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.