Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created January 31, 2016 01:10
Show Gist options
  • Save msrivastav13/11c85062a4e3e4c2c679 to your computer and use it in GitHub Desktop.
Save msrivastav13/11c85062a4e3e4c2c679 to your computer and use it in GitHub Desktop.
FuncommunityController
public class FuncommunityController {
@AuraEnabled
public static String fetchTopicName(String topicname){
system.debug(topicname);
return topicname;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment