LoginSignup
0
0

More than 5 years have passed since last update.

Railsのymlファイル

Posted at

ymlよくわかってない…。
てか基本もよくわかってない。

ymlでメソッド呼び出し??

csv.yml
csv:
 テスト項目1: "test#method1"
 テスト項目2: "test#method2"
 テスト項目3: "test#method3"
test.rb

def method1
 // method1呼び出す処理
end

def method2
 // method2呼び出す処理
end

def method3
 // method3呼び出す処理
end

呼び出す場合に便利になるっぽい。
ymlもうよくわかんない。後で調べる……(´;ω;`)シクシク

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0