Project

General

Profile

Actions

機能 #868

closed

機能 #862: カスタムModel

Modelのキーを定義する方法をもう少しかっこよくする

Added by toshi_a 初音 about 8 years ago. Updated about 8 years ago.

Status:
終了
Priority:
通常
Target version:
Start date:
2016-08-31
Due date:
% Done:

0%

プラグイン名:

Description

今は

    self.keys = [[:message, :string, true],
                 [:user, User],
                 [:created, :time],
                 [:url, :string, true]
                ]

のような割とあれな感じなので
key.string :message, required: true
time :created
url :string, required: true

みたいに書けるようにする。事実上3.5から公開されるAPIなので、今変えておかないと変えられなくなる危険があって危険が危ない
例のUserみたいに、Modelになってるやつはどうしようね


Related issues

Blocks 機能 #873: ActivityModel終了2016-09-03

Actions
Actions #1

Updated by toshi_a 初音 about 8 years ago

Actions #2

Updated by toshi_a 初音 about 8 years ago

  • Status changed from 新規 to 実装待ち
Actions #3

Updated by toshi_a 初音 about 8 years ago

  • Status changed from 実装待ち to 終了
Actions

Also available in: Atom PDF