This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| class Concern < ActiveRecord::Base | |
| belongs_to :publication | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| class Concern < ActiveRecord::Base | |
| belongs_to :publication | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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で、企業の第一線で活躍するフロントエンジニアによる実践的な問題に挑戦!" /> |
OlderNewer