Add FIXME note about the thor bug

This commit is contained in:
Rafael Mendonça França 2014-05-24 13:34:16 -03:00
parent fd552e597c
commit 848776c3da
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ module Rails
protected
attr_reader :file_name
# FIXME: We are avoiding to use alias because a bug on thor that make
# this method public and add it to the task list.
def singular_name
file_name
end