How redirect path in lua

I have organized my project just like that (folder name):

Project

|

|–>class --> |–>controller

|                    |–>scene ==> “device.lua”, “info.lua”, etc…

|

|–>resources

In scene->Info I need call this method:

composer.gotoScene( "device" )

But show me error:

module ‘device’ not found:resource (device.lu) does not exist in archive

no field package.preload[‘device’]
    no file ‘/var/mobile/Applications/624E61A0-FEF8-4FA5-A613-AF94D03097AB/App.app/device.lua’
    no file ‘/var/mobile/Applications/624E61A0-FEF8-4FA5-A613-AF94D03097AB/App.app/device.lua’
    no file ‘./device.so’
    no file '/var/mobile/Applications/624E61A0-FEF8-4FA5-A613-AF94D03097AB/App.app/device.so’device
stack traceback:
    [C]: in function ‘error’
    ?: in function ‘gotoScene’
    /Users/RyujiK/Developer/Project/Seagull/SeagullApp/ios/…/Corona/lua_classes/lua_scene/scene_setting.lua:83: in function ‘_onRowTouch’
    ?: in function ‘touch’
    ?: in function <?:933>
    ?: in function <?:218>

Which is the path for parameter method composer.gotoScene?

composer.gotoScene( “class.scene.device” )

Thanks, Jon. It’s work. But, now is I have other problem. This problem is about create tableView with row content other component.

E.g: TextView.

Could I create new thread for this ask? or, Do I ask here topic?

New thread is better I think, more likely to get answers.

composer.gotoScene( “class.scene.device” )

Thanks, Jon. It’s work. But, now is I have other problem. This problem is about create tableView with row content other component.

E.g: TextView.

Could I create new thread for this ask? or, Do I ask here topic?

New thread is better I think, more likely to get answers.