Skip to content

Instantly share code, notes, and snippets.

View CodeIQ's full-sized avatar

CodeIQ CodeIQ

View GitHub Profile
@CodeIQ
CodeIQ / concern.rb
Created December 5, 2012 04:27 — forked from grooves/concern.rb
Question 1
# coding: utf-8
class Concern < ActiveRecord::Base
belongs_to :publication
end
@CodeIQ
CodeIQ / concern.rb
Created December 7, 2012 01:59 — forked from grooves/concern.rb
Question 1
# coding: utf-8
class Concern < ActiveRecord::Base
belongs_to :publication
end
@CodeIQ
CodeIQ / company_user.rb
Created December 7, 2012 02:02 — forked from grooves/company_user.rb
Question 3
# coding: utf-8
class CompanyUser < ActiveRecord::Base
attr_accessible :user_id, :company_id, :position
attr_accessible :user_id, :company_id, :position, :is_admin, as: :admin
end
<!DOCTYPE html>
<html xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<title>Coder IQ|フロントエンジニアのための実務スキル評価サービス</title>
<meta name="description" content="自分のフロントエンジニアとしての能力や市場価値の可視化って難しい。CodeIQで、企業の第一線で活躍するエンジニアによる実践的な問題に挑戦!" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta property="og:title" content="Coder IQ|フロントエンジニアのための実務スキル評価サービス" />
<meta property="og:description" content="Coder IQで、企業の第一線で活躍するフロントエンジニアによる実践的な問題に挑戦!" />