In Ruby on Rails rake task is calling a function from another rake file -
As you can see, I have defined a pane within a rake file, no problem, that works fine The problem is, when I declare another file in the other rake file , define the function is called from another file. Can you give some suggestions? Thank you.
you can It:
requires a 'rake' load 'your_rake_file_name_here.rake' get_user_input
Comments
Post a Comment