mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Fix type
This commit is contained in:
parent
3057bb091d
commit
48484b0fc8
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ feature Paloma::AddGenerator, 'creating controller folder and action file under
|
||||||
# Investigate this.
|
# Investigate this.
|
||||||
# How is _callback.js generated here? It is not on the before block
|
# How is _callback.js generated here? It is not on the before block
|
||||||
file '_callbacks.js' do
|
file '_callbacks.js' do
|
||||||
contains "//= require ./new_controller_folder/_xcallbacks.js"
|
contains "//= require ./new_controller_folder/_callbacks.js"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue