1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
This commit is contained in:
kbparagua 2013-01-17 01:00:10 +08:00
parent 3057bb091d
commit 48484b0fc8

View file

@ -261,7 +261,7 @@ feature Paloma::AddGenerator, 'creating controller folder and action file under
# Investigate this.
# How is _callback.js generated here? It is not on the before block
file '_callbacks.js' do
contains "//= require ./new_controller_folder/_xcallbacks.js"
contains "//= require ./new_controller_folder/_callbacks.js"
end
end
end